Shades of Bright Turquoise #00ECEF
Tints of Bright Turquoise #00ECEF
RGB
CMYK
RGB Variations
Color information
#00ECEF (or 0x00ECEF) is known color: Bright Turquoise. HEX triplet: 00, EC and EF. RGB value is (0,236,239). Sum of RGB (Red+Green+Blue) = 0+236+239=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #00ECEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECEF is #FF1310. Grayscale: #A5A5A5. Windows color (decimal): -16716561 or 15723520. OLE color: 15723520.
HSL color Cylindrical-coordinate representation of color #00ECEF: hue angle of 180.75º 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 #00ECEF is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 236 | 239 | - |
| CMYK | 1 | 0.01 | 0 | 0.06 |
| HSL | 180.75º | 1% | 0.47% | - |
| HSV(B) | 180.75º | 1% | 0.94% | - |
| XYZ | 45.58 | 66.22 | 92.04 | - |
| YUV | 165.78 | 169.31 | 9.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 239 | 1 | 0.01 | 0 | 0.06 | 180.75 | 1 | 0.47 |
| Hex | 0 | EC | EF | 64 | 1 | 0 | 6 | B5 | 64 | 2F |
| Octal | 0 | 354 | 357 | 144 | 1 | 0 | 6 | 265 | 144 | 57 |
| Binary | 0 | 11101100 | 11101111 | 1100100 | 1 | 0 | 110 | 10110101 | 1100100 | 101111 |
Color Harmonies of #00ECEF
Complementary color
Monochromatic Colors of #00ECEF
Black with #00ECEF
Text Example
Text Example
White with #00ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECEF; }
p { color: rgb(0,236,239); }
H1.HeaderClassName
{
color: #00ECEF;
}
.AnyTagClassName
{
color: #00ECEF;
}
</style>
background-color css
<style>
a { background-color: #00ECEF; }
a { background-color: rgb(0,236,239); }
div.DivClassName
{
background-color: #00ECEF;
}
.BgClassName
{
background-color: #00ECEF;
}
</style>
border-color css
<style>
span { border-color: #00ECEF; }
span { border-color: rgb(0,236,239); }
td.TdClassName
{
border-color: #00ECEF;
}
.TagClassName
{
border-color: #00ECEF;
}
</style>