Shades of Bright Turquoise #0DEEEC
Tints of Bright Turquoise #0DEEEC
RGB
CMYK
RGB Variations
Color information
#0DEEEC (or 0x0DEEEC) is known color: Bright Turquoise. HEX triplet: 0D, EE and EC. RGB value is (13,238,236). Sum of RGB (Red+Green+Blue) = 13+238+236=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEEEC is #F21113. Grayscale: #AAAAAA. Windows color (decimal): -15864084 or 15527437. OLE color: 15527437.
HSL color Cylindrical-coordinate representation of color #0DEEEC: hue angle of 179.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEEEC is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 238 | 236 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.07 |
| HSL | 179.47º | 0.9% | 0.49% | - |
| HSV(B) | 179.47º | 0.95% | 0.93% | - |
| XYZ | 45.88 | 67.29 | 89.93 | - |
| YUV | 170.5 | 164.96 | 15.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 236 | 0.95 | 0 | 0.01 | 0.07 | 179.47 | 0.9 | 0.49 |
| Hex | D | EE | EC | 5F | 0 | 1 | 7 | B3 | 5A | 31 |
| Octal | 15 | 356 | 354 | 137 | 0 | 1 | 7 | 263 | 132 | 61 |
| Binary | 1101 | 11101110 | 11101100 | 1011111 | 0 | 1 | 111 | 10110011 | 1011010 | 110001 |
Color Harmonies of #0DEEEC
Complementary color
Monochromatic Colors of #0DEEEC
Black with #0DEEEC
Text Example
Text Example
White with #0DEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEEEC; }
p { color: rgb(13,238,236); }
H1.HeaderClassName
{
color: #0DEEEC;
}
.AnyTagClassName
{
color: #0DEEEC;
}
</style>
background-color css
<style>
a { background-color: #0DEEEC; }
a { background-color: rgb(13,238,236); }
div.DivClassName
{
background-color: #0DEEEC;
}
.BgClassName
{
background-color: #0DEEEC;
}
</style>
border-color css
<style>
span { border-color: #0DEEEC; }
span { border-color: rgb(13,238,236); }
td.TdClassName
{
border-color: #0DEEEC;
}
.TagClassName
{
border-color: #0DEEEC;
}
</style>