Shades of Bright Turquoise #00DEEE
Tints of Bright Turquoise #00DEEE
RGB
CMYK
RGB Variations
Color information
#00DEEE (or 0x00DEEE) is known color: Bright Turquoise. HEX triplet: 00, DE and EE. RGB value is (0,222,238). Sum of RGB (Red+Green+Blue) = 0+222+238=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #00DEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEEE is #FF2111. Grayscale: #9D9D9D. Windows color (decimal): -16720146 or 15654400. OLE color: 15654400.
HSL color Cylindrical-coordinate representation of color #00DEEE: hue angle of 184.03º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEEE is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 222 | 238 | - |
| CMYK | 1 | 0.07 | 0 | 0.07 |
| HSL | 184.03º | 1% | 0.47% | - |
| HSV(B) | 184.03º | 1% | 0.93% | - |
| XYZ | 41.55 | 58.42 | 89.97 | - |
| YUV | 157.45 | 173.45 | 15.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 238 | 1 | 0.07 | 0 | 0.07 | 184.03 | 1 | 0.47 |
| Hex | 0 | DE | EE | 64 | 7 | 0 | 7 | B8 | 64 | 2F |
| Octal | 0 | 336 | 356 | 144 | 7 | 0 | 7 | 270 | 144 | 57 |
| Binary | 0 | 11011110 | 11101110 | 1100100 | 111 | 0 | 111 | 10111000 | 1100100 | 101111 |
Color Harmonies of #00DEEE
Complementary color
Monochromatic Colors of #00DEEE
Black with #00DEEE
Text Example
Text Example
White with #00DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEEE; }
p { color: rgb(0,222,238); }
H1.HeaderClassName
{
color: #00DEEE;
}
.AnyTagClassName
{
color: #00DEEE;
}
</style>
background-color css
<style>
a { background-color: #00DEEE; }
a { background-color: rgb(0,222,238); }
div.DivClassName
{
background-color: #00DEEE;
}
.BgClassName
{
background-color: #00DEEE;
}
</style>
border-color css
<style>
span { border-color: #00DEEE; }
span { border-color: rgb(0,222,238); }
td.TdClassName
{
border-color: #00DEEE;
}
.TagClassName
{
border-color: #00DEEE;
}
</style>