Shades of Bright Turquoise #00ECEE
Tints of Bright Turquoise #00ECEE
RGB
CMYK
RGB Variations
Color information
#00ECEE (or 0x00ECEE) is known color: Bright Turquoise. HEX triplet: 00, EC and EE. RGB value is (0,236,238). Sum of RGB (Red+Green+Blue) = 0+236+238=474 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #00ECEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECEE is #FF1311. Grayscale: #A5A5A5. Windows color (decimal): -16716562 or 15657984. OLE color: 15657984.
HSL color Cylindrical-coordinate representation of color #00ECEE: hue angle of 180.5º 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 #00ECEE is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 238 | - |
| CMYK | 1 | 0.01 | 0 | 0.07 |
| HSL | 180.5º | 1% | 0.47% | - |
| HSV(B) | 180.5º | 1% | 0.93% | - |
| XYZ | 45.43 | 66.16 | 91.27 | - |
| YUV | 165.66 | 168.81 | 9.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 238 | 1 | 0.01 | 0 | 0.07 | 180.5 | 1 | 0.47 |
| Hex | 0 | EC | EE | 64 | 1 | 0 | 7 | B5 | 64 | 2F |
| Octal | 0 | 354 | 356 | 144 | 1 | 0 | 7 | 265 | 144 | 57 |
| Binary | 0 | 11101100 | 11101110 | 1100100 | 1 | 0 | 111 | 10110101 | 1100100 | 101111 |
Color Harmonies of #00ECEE
Complementary color
Monochromatic Colors of #00ECEE
Black with #00ECEE
Text Example
Text Example
White with #00ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECEE; }
p { color: rgb(0,236,238); }
H1.HeaderClassName
{
color: #00ECEE;
}
.AnyTagClassName
{
color: #00ECEE;
}
</style>
background-color css
<style>
a { background-color: #00ECEE; }
a { background-color: rgb(0,236,238); }
div.DivClassName
{
background-color: #00ECEE;
}
.BgClassName
{
background-color: #00ECEE;
}
</style>
border-color css
<style>
span { border-color: #00ECEE; }
span { border-color: rgb(0,236,238); }
td.TdClassName
{
border-color: #00ECEE;
}
.TagClassName
{
border-color: #00ECEE;
}
</style>