Shades of Bright Turquoise #0DDEEC
Tints of Bright Turquoise #0DDEEC
RGB
CMYK
RGB Variations
Color information
#0DDEEC (or 0x0DDEEC) is known color: Bright Turquoise. HEX triplet: 0D, DE and EC. RGB value is (13,222,236). Sum of RGB (Red+Green+Blue) = 13+222+236=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DDEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDEEC is #F22113. Grayscale: #A0A0A0. Windows color (decimal): -15868180 or 15523341. OLE color: 15523341.
HSL color Cylindrical-coordinate representation of color #0DDEEC: hue angle of 183.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDEEC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 222 | 236 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.07 |
| HSL | 183.77º | 0.9% | 0.49% | - |
| HSV(B) | 183.77º | 0.94% | 0.93% | - |
| XYZ | 41.43 | 58.38 | 88.44 | - |
| YUV | 161.11 | 170.26 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 236 | 0.94 | 0.06 | 0 | 0.07 | 183.77 | 0.9 | 0.49 |
| Hex | D | DE | EC | 5E | 6 | 0 | 7 | B8 | 5A | 31 |
| Octal | 15 | 336 | 354 | 136 | 6 | 0 | 7 | 270 | 132 | 61 |
| Binary | 1101 | 11011110 | 11101100 | 1011110 | 110 | 0 | 111 | 10111000 | 1011010 | 110001 |
Color Harmonies of #0DDEEC
Complementary color
Monochromatic Colors of #0DDEEC
Black with #0DDEEC
Text Example
Text Example
White with #0DDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEEC; }
p { color: rgb(13,222,236); }
H1.HeaderClassName
{
color: #0DDEEC;
}
.AnyTagClassName
{
color: #0DDEEC;
}
</style>
background-color css
<style>
a { background-color: #0DDEEC; }
a { background-color: rgb(13,222,236); }
div.DivClassName
{
background-color: #0DDEEC;
}
.BgClassName
{
background-color: #0DDEEC;
}
</style>
border-color css
<style>
span { border-color: #0DDEEC; }
span { border-color: rgb(13,222,236); }
td.TdClassName
{
border-color: #0DDEEC;
}
.TagClassName
{
border-color: #0DDEEC;
}
</style>