Shades of Bright Turquoise #00EECF
Tints of Bright Turquoise #00EECF
RGB
CMYK
RGB Variations
Color information
#00EECF (or 0x00EECF) is known color: Bright Turquoise. HEX triplet: 00, EE and CF. RGB value is (0,238,207). Sum of RGB (Red+Green+Blue) = 0+238+207=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #00EECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EECF is #FF1130. Grayscale: #A3A3A3. Windows color (decimal): -16716081 or 13626880. OLE color: 13626880.
HSL color Cylindrical-coordinate representation of color #00EECF: hue angle of 172.18º 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 #00EECF is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 238 | 207 | - |
| CMYK | 1 | 0 | 0.13 | 0.07 |
| HSL | 172.18º | 1% | 0.47% | - |
| HSV(B) | 172.18º | 1% | 0.93% | - |
| XYZ | 41.84 | 65.65 | 69.5 | - |
| YUV | 163.3 | 152.65 | 11.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 207 | 1 | 0 | 0.13 | 0.07 | 172.18 | 1 | 0.47 |
| Hex | 0 | EE | CF | 64 | 0 | D | 7 | AC | 64 | 2F |
| Octal | 0 | 356 | 317 | 144 | 0 | 15 | 7 | 254 | 144 | 57 |
| Binary | 0 | 11101110 | 11001111 | 1100100 | 0 | 1101 | 111 | 10101100 | 1100100 | 101111 |
Color Harmonies of #00EECF
Complementary color
Monochromatic Colors of #00EECF
Black with #00EECF
Text Example
Text Example
White with #00EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EECF; }
p { color: rgb(0,238,207); }
H1.HeaderClassName
{
color: #00EECF;
}
.AnyTagClassName
{
color: #00EECF;
}
</style>
background-color css
<style>
a { background-color: #00EECF; }
a { background-color: rgb(0,238,207); }
div.DivClassName
{
background-color: #00EECF;
}
.BgClassName
{
background-color: #00EECF;
}
</style>
border-color css
<style>
span { border-color: #00EECF; }
span { border-color: rgb(0,238,207); }
td.TdClassName
{
border-color: #00EECF;
}
.TagClassName
{
border-color: #00EECF;
}
</style>