Shades of Bright Turquoise #0FF0CA
Tints of Bright Turquoise #0FF0CA
RGB
CMYK
RGB Variations
Color information
#0FF0CA (or 0x0FF0CA) is known color: Bright Turquoise. HEX triplet: 0F, F0 and CA. RGB value is (15,240,202). Sum of RGB (Red+Green+Blue) = 15+240+202=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF0CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF0CA is #F00F35. Grayscale: #A8A8A8. Windows color (decimal): -15732534 or 13299727. OLE color: 13299727.
HSL color Cylindrical-coordinate representation of color #0FF0CA: hue angle of 169.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF0CA is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 202 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.06 |
| HSL | 169.87º | 0.88% | 0.5% | - |
| HSV(B) | 169.87º | 0.94% | 0.94% | - |
| XYZ | 42.02 | 66.69 | 66.53 | - |
| YUV | 168.39 | 146.96 | 18.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 202 | 0.94 | 0 | 0.16 | 0.06 | 169.87 | 0.88 | 0.5 |
| Hex | F | F0 | CA | 5E | 0 | 10 | 6 | AA | 58 | 32 |
| Octal | 17 | 360 | 312 | 136 | 0 | 20 | 6 | 252 | 130 | 62 |
| Binary | 1111 | 11110000 | 11001010 | 1011110 | 0 | 10000 | 110 | 10101010 | 1011000 | 110010 |
Color Harmonies of #0FF0CA
Complementary color
Monochromatic Colors of #0FF0CA
Black with #0FF0CA
Text Example
Text Example
White with #0FF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF0CA; }
p { color: rgb(15,240,202); }
H1.HeaderClassName
{
color: #0FF0CA;
}
.AnyTagClassName
{
color: #0FF0CA;
}
</style>
background-color css
<style>
a { background-color: #0FF0CA; }
a { background-color: rgb(15,240,202); }
div.DivClassName
{
background-color: #0FF0CA;
}
.BgClassName
{
background-color: #0FF0CA;
}
</style>
border-color css
<style>
span { border-color: #0FF0CA; }
span { border-color: rgb(15,240,202); }
td.TdClassName
{
border-color: #0FF0CA;
}
.TagClassName
{
border-color: #0FF0CA;
}
</style>