Shades of Bright Turquoise #01F2CE
Tints of Bright Turquoise #01F2CE
RGB
CMYK
RGB Variations
Color information
#01F2CE (or 0x01F2CE) is known color: Bright Turquoise. HEX triplet: 01, F2 and CE. RGB value is (1,242,206). Sum of RGB (Red+Green+Blue) = 1+242+206=449 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2CE is #FE0D31. Grayscale: #A5A5A5. Windows color (decimal): -16649522 or 13562369. OLE color: 13562369.
HSL color Cylindrical-coordinate representation of color #01F2CE: hue angle of 171.04º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F2CE is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 206 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.05 |
| HSL | 171.04º | 0.99% | 0.48% | - |
| HSV(B) | 171.04º | 1% | 0.95% | - |
| XYZ | 42.91 | 67.97 | 69.25 | - |
| YUV | 165.84 | 150.66 | 10.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 206 | 1.00 | 0 | 0.15 | 0.05 | 171.04 | 0.99 | 0.48 |
| Hex | 1 | F2 | CE | 64 | 0 | F | 5 | AB | 63 | 30 |
| Octal | 1 | 362 | 316 | 144 | 0 | 17 | 5 | 253 | 143 | 60 |
| Binary | 1 | 11110010 | 11001110 | 1100100 | 0 | 1111 | 101 | 10101011 | 1100011 | 110000 |
Color Harmonies of #01F2CE
Complementary color
Monochromatic Colors of #01F2CE
Black with #01F2CE
Text Example
Text Example
White with #01F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2CE; }
p { color: rgb(1,242,206); }
H1.HeaderClassName
{
color: #01F2CE;
}
.AnyTagClassName
{
color: #01F2CE;
}
</style>
background-color css
<style>
a { background-color: #01F2CE; }
a { background-color: rgb(1,242,206); }
div.DivClassName
{
background-color: #01F2CE;
}
.BgClassName
{
background-color: #01F2CE;
}
</style>
border-color css
<style>
span { border-color: #01F2CE; }
span { border-color: rgb(1,242,206); }
td.TdClassName
{
border-color: #01F2CE;
}
.TagClassName
{
border-color: #01F2CE;
}
</style>