Shades of Bright Turquoise #00DEEF
Tints of Bright Turquoise #00DEEF
RGB
CMYK
RGB Variations
Color information
#00DEEF (or 0x00DEEF) is known color: Bright Turquoise. HEX triplet: 00, DE and EF. RGB value is (0,222,239). Sum of RGB (Red+Green+Blue) = 0+222+239=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #00DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEEF is #FF2110. Grayscale: #9D9D9D. Windows color (decimal): -16720145 or 15719936. OLE color: 15719936.
HSL color Cylindrical-coordinate representation of color #00DEEF: hue angle of 184.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEEF is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 222 | 239 | - |
| CMYK | 1 | 0.07 | 0 | 0.06 |
| HSL | 184.27º | 1% | 0.47% | - |
| HSV(B) | 184.27º | 1% | 0.94% | - |
| XYZ | 41.7 | 58.47 | 90.75 | - |
| YUV | 157.56 | 173.95 | 15.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 239 | 1 | 0.07 | 0 | 0.06 | 184.27 | 1 | 0.47 |
| Hex | 0 | DE | EF | 64 | 7 | 0 | 6 | B8 | 64 | 2F |
| Octal | 0 | 336 | 357 | 144 | 7 | 0 | 6 | 270 | 144 | 57 |
| Binary | 0 | 11011110 | 11101111 | 1100100 | 111 | 0 | 110 | 10111000 | 1100100 | 101111 |
Color Harmonies of #00DEEF
Complementary color
Monochromatic Colors of #00DEEF
Black with #00DEEF
Text Example
Text Example
White with #00DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEEF; }
p { color: rgb(0,222,239); }
H1.HeaderClassName
{
color: #00DEEF;
}
.AnyTagClassName
{
color: #00DEEF;
}
</style>
background-color css
<style>
a { background-color: #00DEEF; }
a { background-color: rgb(0,222,239); }
div.DivClassName
{
background-color: #00DEEF;
}
.BgClassName
{
background-color: #00DEEF;
}
</style>
border-color css
<style>
span { border-color: #00DEEF; }
span { border-color: rgb(0,222,239); }
td.TdClassName
{
border-color: #00DEEF;
}
.TagClassName
{
border-color: #00DEEF;
}
</style>