Shades of Bright Turquoise #00EFCE
Tints of Bright Turquoise #00EFCE
RGB
CMYK
RGB Variations
Color information
#00EFCE (or 0x00EFCE) is known color: Bright Turquoise. HEX triplet: 00, EF and CE. RGB value is (0,239,206). Sum of RGB (Red+Green+Blue) = 0+239+206=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EFCE is #FF1031. Grayscale: #A3A3A3. Windows color (decimal): -16715826 or 13561600. OLE color: 13561600.
HSL color Cylindrical-coordinate representation of color #00EFCE: hue angle of 171.72º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EFCE is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 206 | - |
| CMYK | 1 | 0 | 0.14 | 0.06 |
| HSL | 171.72º | 1% | 0.47% | - |
| HSV(B) | 171.72º | 1% | 0.94% | - |
| XYZ | 42.01 | 66.19 | 68.95 | - |
| YUV | 163.78 | 151.82 | 11.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 206 | 1 | 0 | 0.14 | 0.06 | 171.72 | 1 | 0.47 |
| Hex | 0 | EF | CE | 64 | 0 | E | 6 | AC | 64 | 2F |
| Octal | 0 | 357 | 316 | 144 | 0 | 16 | 6 | 254 | 144 | 57 |
| Binary | 0 | 11101111 | 11001110 | 1100100 | 0 | 1110 | 110 | 10101100 | 1100100 | 101111 |
Color Harmonies of #00EFCE
Complementary color
Monochromatic Colors of #00EFCE
Black with #00EFCE
Text Example
Text Example
White with #00EFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFCE; }
p { color: rgb(0,239,206); }
H1.HeaderClassName
{
color: #00EFCE;
}
.AnyTagClassName
{
color: #00EFCE;
}
</style>
background-color css
<style>
a { background-color: #00EFCE; }
a { background-color: rgb(0,239,206); }
div.DivClassName
{
background-color: #00EFCE;
}
.BgClassName
{
background-color: #00EFCE;
}
</style>
border-color css
<style>
span { border-color: #00EFCE; }
span { border-color: rgb(0,239,206); }
td.TdClassName
{
border-color: #00EFCE;
}
.TagClassName
{
border-color: #00EFCE;
}
</style>