Shades of Bright Turquoise #00F5EC
Tints of Bright Turquoise #00F5EC
RGB
CMYK
RGB Variations
Color information
#00F5EC (or 0x00F5EC) is known color: Bright Turquoise. HEX triplet: 00, F5 and EC. RGB value is (0,245,236). Sum of RGB (Red+Green+Blue) = 0+245+236=481 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #00F5EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F5EC is #FF0A13. Grayscale: #AAAAAA. Windows color (decimal): -16714260 or 15529216. OLE color: 15529216.
HSL color Cylindrical-coordinate representation of color #00F5EC: hue angle of 177.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F5EC is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 245 | 236 | - |
| CMYK | 1 | 0 | 0.04 | 0.04 |
| HSL | 177.8º | 1% | 0.48% | - |
| HSV(B) | 177.8º | 1% | 0.96% | - |
| XYZ | 47.79 | 71.36 | 90.61 | - |
| YUV | 170.72 | 164.83 | 6.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 245 | 236 | 1 | 0 | 0.04 | 0.04 | 177.8 | 1 | 0.48 |
| Hex | 0 | F5 | EC | 64 | 0 | 4 | 4 | B2 | 64 | 30 |
| Octal | 0 | 365 | 354 | 144 | 0 | 4 | 4 | 262 | 144 | 60 |
| Binary | 0 | 11110101 | 11101100 | 1100100 | 0 | 100 | 100 | 10110010 | 1100100 | 110000 |
Color Harmonies of #00F5EC
Complementary color
Monochromatic Colors of #00F5EC
Black with #00F5EC
Text Example
Text Example
White with #00F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F5EC; }
p { color: rgb(0,245,236); }
H1.HeaderClassName
{
color: #00F5EC;
}
.AnyTagClassName
{
color: #00F5EC;
}
</style>
background-color css
<style>
a { background-color: #00F5EC; }
a { background-color: rgb(0,245,236); }
div.DivClassName
{
background-color: #00F5EC;
}
.BgClassName
{
background-color: #00F5EC;
}
</style>
border-color css
<style>
span { border-color: #00F5EC; }
span { border-color: rgb(0,245,236); }
td.TdClassName
{
border-color: #00F5EC;
}
.TagClassName
{
border-color: #00F5EC;
}
</style>