Shades of Bright Turquoise #01F0CA
Tints of Bright Turquoise #01F0CA
RGB
CMYK
RGB Variations
Color information
#01F0CA (or 0x01F0CA) is known color: Bright Turquoise. HEX triplet: 01, F0 and CA. RGB value is (1,240,202). Sum of RGB (Red+Green+Blue) = 1+240+202=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #01F0CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F0CA is #FE0F35. Grayscale: #A4A4A4. Windows color (decimal): -16650038 or 13299713. OLE color: 13299713.
HSL color Cylindrical-coordinate representation of color #01F0CA: hue angle of 170.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F0CA is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 202 | - |
| CMYK | 1.00 | 0 | 0.16 | 0.06 |
| HSL | 170.46º | 0.99% | 0.47% | - |
| HSV(B) | 170.46º | 1% | 0.94% | - |
| XYZ | 41.83 | 66.59 | 66.53 | - |
| YUV | 164.21 | 149.32 | 11.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 202 | 1.00 | 0 | 0.16 | 0.06 | 170.46 | 0.99 | 0.47 |
| Hex | 1 | F0 | CA | 64 | 0 | 10 | 6 | AA | 63 | 2F |
| Octal | 1 | 360 | 312 | 144 | 0 | 20 | 6 | 252 | 143 | 57 |
| Binary | 1 | 11110000 | 11001010 | 1100100 | 0 | 10000 | 110 | 10101010 | 1100011 | 101111 |
Color Harmonies of #01F0CA
Complementary color
Monochromatic Colors of #01F0CA
Black with #01F0CA
Text Example
Text Example
White with #01F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F0CA; }
p { color: rgb(1,240,202); }
H1.HeaderClassName
{
color: #01F0CA;
}
.AnyTagClassName
{
color: #01F0CA;
}
</style>
background-color css
<style>
a { background-color: #01F0CA; }
a { background-color: rgb(1,240,202); }
div.DivClassName
{
background-color: #01F0CA;
}
.BgClassName
{
background-color: #01F0CA;
}
</style>
border-color css
<style>
span { border-color: #01F0CA; }
span { border-color: rgb(1,240,202); }
td.TdClassName
{
border-color: #01F0CA;
}
.TagClassName
{
border-color: #01F0CA;
}
</style>