Shades of Bright Turquoise #00DEEC
Tints of Bright Turquoise #00DEEC
RGB
CMYK
RGB Variations
Color information
#00DEEC (or 0x00DEEC) is known color: Bright Turquoise. HEX triplet: 00, DE and EC. RGB value is (0,222,236). Sum of RGB (Red+Green+Blue) = 0+222+236=458 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #00DEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEEC is #FF2113. Grayscale: #9C9C9C. Windows color (decimal): -16720148 or 15523328. OLE color: 15523328.
HSL color Cylindrical-coordinate representation of color #00DEEC: hue angle of 183.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEEC is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 222 | 236 | - |
| CMYK | 1 | 0.06 | 0 | 0.07 |
| HSL | 183.56º | 1% | 0.46% | - |
| HSV(B) | 183.56º | 1% | 0.93% | - |
| XYZ | 41.26 | 58.3 | 88.43 | - |
| YUV | 157.22 | 172.45 | 15.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 236 | 1 | 0.06 | 0 | 0.07 | 183.56 | 1 | 0.46 |
| Hex | 0 | DE | EC | 64 | 6 | 0 | 7 | B8 | 64 | 2E |
| Octal | 0 | 336 | 354 | 144 | 6 | 0 | 7 | 270 | 144 | 56 |
| Binary | 0 | 11011110 | 11101100 | 1100100 | 110 | 0 | 111 | 10111000 | 1100100 | 101110 |
Color Harmonies of #00DEEC
Complementary color
Monochromatic Colors of #00DEEC
Black with #00DEEC
Text Example
Text Example
White with #00DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEEC; }
p { color: rgb(0,222,236); }
H1.HeaderClassName
{
color: #00DEEC;
}
.AnyTagClassName
{
color: #00DEEC;
}
</style>
background-color css
<style>
a { background-color: #00DEEC; }
a { background-color: rgb(0,222,236); }
div.DivClassName
{
background-color: #00DEEC;
}
.BgClassName
{
background-color: #00DEEC;
}
</style>
border-color css
<style>
span { border-color: #00DEEC; }
span { border-color: rgb(0,222,236); }
td.TdClassName
{
border-color: #00DEEC;
}
.TagClassName
{
border-color: #00DEEC;
}
</style>