Shades of Bright Turquoise #00F2CE
Tints of Bright Turquoise #00F2CE
RGB
CMYK
RGB Variations
Color information
#00F2CE (or 0x00F2CE) is known color: Bright Turquoise. HEX triplet: 00, F2 and CE. RGB value is (0,242,206). Sum of RGB (Red+Green+Blue) = 0+242+206=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #00F2CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F2CE is #FF0D31. Grayscale: #A5A5A5. Windows color (decimal): -16715058 or 13562368. OLE color: 13562368.
HSL color Cylindrical-coordinate representation of color #00F2CE: hue angle of 171.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F2CE is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 206 | - |
| CMYK | 1 | 0 | 0.15 | 0.05 |
| HSL | 171.07º | 1% | 0.47% | - |
| HSV(B) | 171.07º | 1% | 0.95% | - |
| XYZ | 42.89 | 67.96 | 69.25 | - |
| YUV | 165.54 | 150.83 | 9.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 206 | 1 | 0 | 0.15 | 0.05 | 171.07 | 1 | 0.47 |
| Hex | 0 | F2 | CE | 64 | 0 | F | 5 | AB | 64 | 2F |
| Octal | 0 | 362 | 316 | 144 | 0 | 17 | 5 | 253 | 144 | 57 |
| Binary | 0 | 11110010 | 11001110 | 1100100 | 0 | 1111 | 101 | 10101011 | 1100100 | 101111 |
Color Harmonies of #00F2CE
Complementary color
Monochromatic Colors of #00F2CE
Black with #00F2CE
Text Example
Text Example
White with #00F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F2CE; }
p { color: rgb(0,242,206); }
H1.HeaderClassName
{
color: #00F2CE;
}
.AnyTagClassName
{
color: #00F2CE;
}
</style>
background-color css
<style>
a { background-color: #00F2CE; }
a { background-color: rgb(0,242,206); }
div.DivClassName
{
background-color: #00F2CE;
}
.BgClassName
{
background-color: #00F2CE;
}
</style>
border-color css
<style>
span { border-color: #00F2CE; }
span { border-color: rgb(0,242,206); }
td.TdClassName
{
border-color: #00F2CE;
}
.TagClassName
{
border-color: #00F2CE;
}
</style>