Shades of Bright Turquoise #00E6CF
Tints of Bright Turquoise #00E6CF
RGB
CMYK
RGB Variations
Color information
#00E6CF (or 0x00E6CF) is known color: Bright Turquoise. HEX triplet: 00, E6 and CF. RGB value is (0,230,207). Sum of RGB (Red+Green+Blue) = 0+230+207=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #00E6CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E6CF is #FF1930. Grayscale: #9E9E9E. Windows color (decimal): -16718129 or 13624832. OLE color: 13624832.
HSL color Cylindrical-coordinate representation of color #00E6CF: hue angle of 174º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E6CF is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 230 | 207 | - |
| CMYK | 1 | 0 | 0.10 | 0.10 |
| HSL | 174º | 1% | 0.45% | - |
| HSV(B) | 174º | 1% | 0.9% | - |
| XYZ | 39.56 | 61.1 | 68.74 | - |
| YUV | 158.61 | 155.3 | 14.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 230 | 207 | 1 | 0 | 0.10 | 0.10 | 174 | 1 | 0.45 |
| Hex | 0 | E6 | CF | 64 | 0 | A | A | AE | 64 | 2D |
| Octal | 0 | 346 | 317 | 144 | 0 | 12 | 12 | 256 | 144 | 55 |
| Binary | 0 | 11100110 | 11001111 | 1100100 | 0 | 1010 | 1010 | 10101110 | 1100100 | 101101 |
Color Harmonies of #00E6CF
Complementary color
Monochromatic Colors of #00E6CF
Black with #00E6CF
Text Example
Text Example
White with #00E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E6CF; }
p { color: rgb(0,230,207); }
H1.HeaderClassName
{
color: #00E6CF;
}
.AnyTagClassName
{
color: #00E6CF;
}
</style>
background-color css
<style>
a { background-color: #00E6CF; }
a { background-color: rgb(0,230,207); }
div.DivClassName
{
background-color: #00E6CF;
}
.BgClassName
{
background-color: #00E6CF;
}
</style>
border-color css
<style>
span { border-color: #00E6CF; }
span { border-color: rgb(0,230,207); }
td.TdClassName
{
border-color: #00E6CF;
}
.TagClassName
{
border-color: #00E6CF;
}
</style>