Shades of Bright Turquoise #00DEED
Tints of Bright Turquoise #00DEED
RGB
CMYK
RGB Variations
Color information
#00DEED (or 0x00DEED) is known color: Bright Turquoise. HEX triplet: 00, DE and ED. RGB value is (0,222,237). Sum of RGB (Red+Green+Blue) = 0+222+237=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #00DEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEED is #FF2112. Grayscale: #9D9D9D. Windows color (decimal): -16720147 or 15588864. OLE color: 15588864.
HSL color Cylindrical-coordinate representation of color #00DEED: hue angle of 183.8º 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 #00DEED is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 222 | 237 | - |
| CMYK | 1 | 0.06 | 0 | 0.07 |
| HSL | 183.8º | 1% | 0.46% | - |
| HSV(B) | 183.8º | 1% | 0.93% | - |
| XYZ | 41.41 | 58.36 | 89.2 | - |
| YUV | 157.33 | 172.95 | 15.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 237 | 1 | 0.06 | 0 | 0.07 | 183.8 | 1 | 0.46 |
| Hex | 0 | DE | ED | 64 | 6 | 0 | 7 | B8 | 64 | 2E |
| Octal | 0 | 336 | 355 | 144 | 6 | 0 | 7 | 270 | 144 | 56 |
| Binary | 0 | 11011110 | 11101101 | 1100100 | 110 | 0 | 111 | 10111000 | 1100100 | 101110 |
Color Harmonies of #00DEED
Complementary color
Monochromatic Colors of #00DEED
Black with #00DEED
Text Example
Text Example
White with #00DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEED; }
p { color: rgb(0,222,237); }
H1.HeaderClassName
{
color: #00DEED;
}
.AnyTagClassName
{
color: #00DEED;
}
</style>
background-color css
<style>
a { background-color: #00DEED; }
a { background-color: rgb(0,222,237); }
div.DivClassName
{
background-color: #00DEED;
}
.BgClassName
{
background-color: #00DEED;
}
</style>
border-color css
<style>
span { border-color: #00DEED; }
span { border-color: rgb(0,222,237); }
td.TdClassName
{
border-color: #00DEED;
}
.TagClassName
{
border-color: #00DEED;
}
</style>