Shades of Bright Turquoise #00EEDD
Tints of Bright Turquoise #00EEDD
RGB
CMYK
RGB Variations
Color information
#00EEDD (or 0x00EEDD) is known color: Bright Turquoise. HEX triplet: 00, EE and DD. RGB value is (0,238,221). Sum of RGB (Red+Green+Blue) = 0+238+221=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #00EEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EEDD is #FF1122. Grayscale: #A4A4A4. Windows color (decimal): -16716067 or 14544384. OLE color: 14544384.
HSL color Cylindrical-coordinate representation of color #00EEDD: hue angle of 175.71º 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 #00EEDD is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 0 | 238 | 221 | - |
CMYK | 1 | 0 | 0.07 | 0.07 |
HSL | 175.71º | 1% | 0.47% | - |
HSV(B) | 175.71º | 1% | 0.93% | - |
XYZ | 43.63 | 66.37 | 78.92 | - |
YUV | 164.9 | 159.65 | 10.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 238 | 221 | 1 | 0 | 0.07 | 0.07 | 175.71 | 1 | 0.47 |
Hex | 0 | EE | DD | 64 | 0 | 7 | 7 | B0 | 64 | 2F |
Octal | 0 | 356 | 335 | 144 | 0 | 7 | 7 | 260 | 144 | 57 |
Binary | 0 | 11101110 | 11011101 | 1100100 | 0 | 111 | 111 | 10110000 | 1100100 | 101111 |
Color Harmonies of #00EEDD
Complementary color
Monochromatic Colors of #00EEDD
Black with #00EEDD
Text Example
Text Example
White with #00EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EEDD; }
p { color: rgb(0,238,221); }
H1.HeaderClassName
{
color: #00EEDD;
}
.AnyTagClassName
{
color: #00EEDD;
}
</style>
background-color css
<style>
a { background-color: #00EEDD; }
a { background-color: rgb(0,238,221); }
div.DivClassName
{
background-color: #00EEDD;
}
.BgClassName
{
background-color: #00EEDD;
}
</style>
border-color css
<style>
span { border-color: #00EEDD; }
span { border-color: rgb(0,238,221); }
td.TdClassName
{
border-color: #00EEDD;
}
.TagClassName
{
border-color: #00EEDD;
}
</style>