Shades of Dark Turquoise #0DCFDE
Tints of Dark Turquoise #0DCFDE
RGB
CMYK
RGB Variations
Color information
#0DCFDE (or 0x0DCFDE) is known color: Dark Turquoise. HEX triplet: 0D, CF and DE. RGB value is (13,207,222). Sum of RGB (Red+Green+Blue) = 13+207+222=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DCFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFDE is #F23021. Grayscale: #969696. Windows color (decimal): -15872034 or 14601997. OLE color: 14601997.
HSL color Cylindrical-coordinate representation of color #0DCFDE: hue angle of 184.31º 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 #0DCFDE is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 207 | 222 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.13 |
| HSL | 184.31º | 0.89% | 0.46% | - |
| HSV(B) | 184.31º | 0.94% | 0.87% | - |
| XYZ | 35.66 | 49.99 | 76.88 | - |
| YUV | 150.7 | 168.23 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 222 | 0.94 | 0.07 | 0 | 0.13 | 184.31 | 0.89 | 0.46 |
| Hex | D | CF | DE | 5E | 7 | 0 | D | B8 | 59 | 2E |
| Octal | 15 | 317 | 336 | 136 | 7 | 0 | 15 | 270 | 131 | 56 |
| Binary | 1101 | 11001111 | 11011110 | 1011110 | 111 | 0 | 1101 | 10111000 | 1011001 | 101110 |
Color Harmonies of #0DCFDE
Complementary color
Monochromatic Colors of #0DCFDE
Black with #0DCFDE
Text Example
Text Example
White with #0DCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFDE; }
p { color: rgb(13,207,222); }
H1.HeaderClassName
{
color: #0DCFDE;
}
.AnyTagClassName
{
color: #0DCFDE;
}
</style>
background-color css
<style>
a { background-color: #0DCFDE; }
a { background-color: rgb(13,207,222); }
div.DivClassName
{
background-color: #0DCFDE;
}
.BgClassName
{
background-color: #0DCFDE;
}
</style>
border-color css
<style>
span { border-color: #0DCFDE; }
span { border-color: rgb(13,207,222); }
td.TdClassName
{
border-color: #0DCFDE;
}
.TagClassName
{
border-color: #0DCFDE;
}
</style>