Shades of Dark Turquoise #0DCBDE
Tints of Dark Turquoise #0DCBDE
RGB
CMYK
RGB Variations
Color information
#0DCBDE (or 0x0DCBDE) is known color: Dark Turquoise. HEX triplet: 0D, CB and DE. RGB value is (13,203,222). Sum of RGB (Red+Green+Blue) = 13+203+222=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DCBDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBDE is #F23421. Grayscale: #949494. Windows color (decimal): -15873058 or 14600973. OLE color: 14600973.
HSL color Cylindrical-coordinate representation of color #0DCBDE: hue angle of 185.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBDE is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 203 | 222 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.13 |
| HSL | 185.45º | 0.89% | 0.46% | - |
| HSV(B) | 185.45º | 0.94% | 0.87% | - |
| XYZ | 34.71 | 48.07 | 76.56 | - |
| YUV | 148.36 | 169.55 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 222 | 0.94 | 0.09 | 0 | 0.13 | 185.45 | 0.89 | 0.46 |
| Hex | D | CB | DE | 5E | 9 | 0 | D | B9 | 59 | 2E |
| Octal | 15 | 313 | 336 | 136 | 11 | 0 | 15 | 271 | 131 | 56 |
| Binary | 1101 | 11001011 | 11011110 | 1011110 | 1001 | 0 | 1101 | 10111001 | 1011001 | 101110 |
Color Harmonies of #0DCBDE
Complementary color
Monochromatic Colors of #0DCBDE
Black with #0DCBDE
Text Example
Text Example
White with #0DCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBDE; }
p { color: rgb(13,203,222); }
H1.HeaderClassName
{
color: #0DCBDE;
}
.AnyTagClassName
{
color: #0DCBDE;
}
</style>
background-color css
<style>
a { background-color: #0DCBDE; }
a { background-color: rgb(13,203,222); }
div.DivClassName
{
background-color: #0DCBDE;
}
.BgClassName
{
background-color: #0DCBDE;
}
</style>
border-color css
<style>
span { border-color: #0DCBDE; }
span { border-color: rgb(13,203,222); }
td.TdClassName
{
border-color: #0DCBDE;
}
.TagClassName
{
border-color: #0DCBDE;
}
</style>