Shades of Bright Turquoise #01F2CA
Tints of Bright Turquoise #01F2CA
RGB
CMYK
RGB Variations
Color information
#01F2CA (or 0x01F2CA) is known color: Bright Turquoise. HEX triplet: 01, F2 and CA. RGB value is (1,242,202). Sum of RGB (Red+Green+Blue) = 1+242+202=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2CA is #FE0D35. Grayscale: #A5A5A5. Windows color (decimal): -16649526 or 13300225. OLE color: 13300225.
HSL color Cylindrical-coordinate representation of color #01F2CA: hue angle of 170.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 #01F2CA is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 202 | - |
| CMYK | 1.00 | 0 | 0.17 | 0.05 |
| HSL | 170.04º | 0.99% | 0.48% | - |
| HSV(B) | 170.04º | 1% | 0.95% | - |
| XYZ | 42.43 | 67.77 | 66.72 | - |
| YUV | 165.38 | 148.66 | 10.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 202 | 1.00 | 0 | 0.17 | 0.05 | 170.04 | 0.99 | 0.48 |
| Hex | 1 | F2 | CA | 64 | 0 | 11 | 5 | AA | 63 | 30 |
| Octal | 1 | 362 | 312 | 144 | 0 | 21 | 5 | 252 | 143 | 60 |
| Binary | 1 | 11110010 | 11001010 | 1100100 | 0 | 10001 | 101 | 10101010 | 1100011 | 110000 |
Color Harmonies of #01F2CA
Complementary color
Monochromatic Colors of #01F2CA
Black with #01F2CA
Text Example
Text Example
White with #01F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2CA; }
p { color: rgb(1,242,202); }
H1.HeaderClassName
{
color: #01F2CA;
}
.AnyTagClassName
{
color: #01F2CA;
}
</style>
background-color css
<style>
a { background-color: #01F2CA; }
a { background-color: rgb(1,242,202); }
div.DivClassName
{
background-color: #01F2CA;
}
.BgClassName
{
background-color: #01F2CA;
}
</style>
border-color css
<style>
span { border-color: #01F2CA; }
span { border-color: rgb(1,242,202); }
td.TdClassName
{
border-color: #01F2CA;
}
.TagClassName
{
border-color: #01F2CA;
}
</style>