Shades of Bright Turquoise #13DBEB
Tints of Bright Turquoise #13DBEB
RGB
CMYK
RGB Variations
Color information
#13DBEB (or 0x13DBEB) is known color: Bright Turquoise. HEX triplet: 13, DB and EB. RGB value is (19,219,235). Sum of RGB (Red+Green+Blue) = 19+219+235=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #13DBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBEB is #EC2414. Grayscale: #A0A0A0. Windows color (decimal): -15475733 or 15457043. OLE color: 15457043.
HSL color Cylindrical-coordinate representation of color #13DBEB: hue angle of 184.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DBEB is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 219 | 235 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.08 |
| HSL | 184.44º | 0.85% | 0.5% | - |
| HSV(B) | 184.44º | 0.92% | 0.92% | - |
| XYZ | 40.6 | 56.8 | 87.42 | - |
| YUV | 161.02 | 169.74 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 235 | 0.92 | 0.07 | 0 | 0.08 | 184.44 | 0.85 | 0.5 |
| Hex | 13 | DB | EB | 5C | 7 | 0 | 8 | B8 | 55 | 32 |
| Octal | 23 | 333 | 353 | 134 | 7 | 0 | 10 | 270 | 125 | 62 |
| Binary | 10011 | 11011011 | 11101011 | 1011100 | 111 | 0 | 1000 | 10111000 | 1010101 | 110010 |
Color Harmonies of #13DBEB
Complementary color
Monochromatic Colors of #13DBEB
Black with #13DBEB
Text Example
Text Example
White with #13DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBEB; }
p { color: rgb(19,219,235); }
H1.HeaderClassName
{
color: #13DBEB;
}
.AnyTagClassName
{
color: #13DBEB;
}
</style>
background-color css
<style>
a { background-color: #13DBEB; }
a { background-color: rgb(19,219,235); }
div.DivClassName
{
background-color: #13DBEB;
}
.BgClassName
{
background-color: #13DBEB;
}
</style>
border-color css
<style>
span { border-color: #13DBEB; }
span { border-color: rgb(19,219,235); }
td.TdClassName
{
border-color: #13DBEB;
}
.TagClassName
{
border-color: #13DBEB;
}
</style>