Shades of Bright Turquoise #00DEEA
Tints of Bright Turquoise #00DEEA
RGB
CMYK
RGB Variations
Color information
#00DEEA (or 0x00DEEA) is known color: Bright Turquoise. HEX triplet: 00, DE and EA. RGB value is (0,222,234). Sum of RGB (Red+Green+Blue) = 0+222+234=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #00DEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEEA is #FF2115. Grayscale: #9C9C9C. Windows color (decimal): -16720150 or 15392256. OLE color: 15392256.
HSL color Cylindrical-coordinate representation of color #00DEEA: hue angle of 183.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEEA is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 222 | 234 | - |
| CMYK | 1 | 0.05 | 0 | 0.08 |
| HSL | 183.08º | 1% | 0.46% | - |
| HSV(B) | 183.08º | 1% | 0.92% | - |
| XYZ | 40.97 | 58.18 | 86.91 | - |
| YUV | 156.99 | 171.45 | 16.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 234 | 1 | 0.05 | 0 | 0.08 | 183.08 | 1 | 0.46 |
| Hex | 0 | DE | EA | 64 | 5 | 0 | 8 | B7 | 64 | 2E |
| Octal | 0 | 336 | 352 | 144 | 5 | 0 | 10 | 267 | 144 | 56 |
| Binary | 0 | 11011110 | 11101010 | 1100100 | 101 | 0 | 1000 | 10110111 | 1100100 | 101110 |
Color Harmonies of #00DEEA
Complementary color
Monochromatic Colors of #00DEEA
Black with #00DEEA
Text Example
Text Example
White with #00DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEEA; }
p { color: rgb(0,222,234); }
H1.HeaderClassName
{
color: #00DEEA;
}
.AnyTagClassName
{
color: #00DEEA;
}
</style>
background-color css
<style>
a { background-color: #00DEEA; }
a { background-color: rgb(0,222,234); }
div.DivClassName
{
background-color: #00DEEA;
}
.BgClassName
{
background-color: #00DEEA;
}
</style>
border-color css
<style>
span { border-color: #00DEEA; }
span { border-color: rgb(0,222,234); }
td.TdClassName
{
border-color: #00DEEA;
}
.TagClassName
{
border-color: #00DEEA;
}
</style>