Shades of Bright Turquoise #00DEDD
Tints of Bright Turquoise #00DEDD
RGB
CMYK
RGB Variations
Color information
#00DEDD (or 0x00DEDD) is known color: Bright Turquoise. HEX triplet: 00, DE and DD. RGB value is (0,222,221). Sum of RGB (Red+Green+Blue) = 0+222+221=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEDD is #FF2122. Grayscale: #9B9B9B. Windows color (decimal): -16720163 or 14540288. OLE color: 14540288.
HSL color Cylindrical-coordinate representation of color #00DEDD: hue angle of 179.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEDD is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 221 | - |
| CMYK | 1 | 0 | 0.00 | 0.13 |
| HSL | 179.73º | 1% | 0.44% | - |
| HSV(B) | 179.73º | 1% | 0.87% | - |
| XYZ | 39.17 | 57.46 | 77.43 | - |
| YUV | 155.51 | 164.95 | 17.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 221 | 1 | 0 | 0.00 | 0.13 | 179.73 | 1 | 0.44 |
| Hex | 0 | DE | DD | 64 | 0 | 0 | D | B4 | 64 | 2C |
| Octal | 0 | 336 | 335 | 144 | 0 | 0 | 15 | 264 | 144 | 54 |
| Binary | 0 | 11011110 | 11011101 | 1100100 | 0 | 0 | 1101 | 10110100 | 1100100 | 101100 |
Color Harmonies of #00DEDD
Complementary color
Monochromatic Colors of #00DEDD
Black with #00DEDD
Text Example
Text Example
White with #00DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEDD; }
p { color: rgb(0,222,221); }
H1.HeaderClassName
{
color: #00DEDD;
}
.AnyTagClassName
{
color: #00DEDD;
}
</style>
background-color css
<style>
a { background-color: #00DEDD; }
a { background-color: rgb(0,222,221); }
div.DivClassName
{
background-color: #00DEDD;
}
.BgClassName
{
background-color: #00DEDD;
}
</style>
border-color css
<style>
span { border-color: #00DEDD; }
span { border-color: rgb(0,222,221); }
td.TdClassName
{
border-color: #00DEDD;
}
.TagClassName
{
border-color: #00DEDD;
}
</style>