Shades of Bright Turquoise #0FF7CA
Tints of Bright Turquoise #0FF7CA
RGB
CMYK
RGB Variations
Color information
#0FF7CA (or 0x0FF7CA) is known color: Bright Turquoise. HEX triplet: 0F, F7 and CA. RGB value is (15,247,202). Sum of RGB (Red+Green+Blue) = 15+247+202=464 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF7CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF7CA is #F00835. Grayscale: #ACACAC. Windows color (decimal): -15730742 or 13301519. OLE color: 13301519.
HSL color Cylindrical-coordinate representation of color #0FF7CA: hue angle of 168.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF7CA is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 202 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.03 |
| HSL | 168.36º | 0.94% | 0.51% | - |
| HSV(B) | 168.36º | 0.94% | 0.97% | - |
| XYZ | 44.12 | 70.89 | 67.23 | - |
| YUV | 172.5 | 144.64 | 15.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 202 | 0.94 | 0 | 0.18 | 0.03 | 168.36 | 0.94 | 0.51 |
| Hex | F | F7 | CA | 5E | 0 | 12 | 3 | A8 | 5E | 33 |
| Octal | 17 | 367 | 312 | 136 | 0 | 22 | 3 | 250 | 136 | 63 |
| Binary | 1111 | 11110111 | 11001010 | 1011110 | 0 | 10010 | 11 | 10101000 | 1011110 | 110011 |
Color Harmonies of #0FF7CA
Complementary color
Monochromatic Colors of #0FF7CA
Black with #0FF7CA
Text Example
Text Example
White with #0FF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF7CA; }
p { color: rgb(15,247,202); }
H1.HeaderClassName
{
color: #0FF7CA;
}
.AnyTagClassName
{
color: #0FF7CA;
}
</style>
background-color css
<style>
a { background-color: #0FF7CA; }
a { background-color: rgb(15,247,202); }
div.DivClassName
{
background-color: #0FF7CA;
}
.BgClassName
{
background-color: #0FF7CA;
}
</style>
border-color css
<style>
span { border-color: #0FF7CA; }
span { border-color: rgb(15,247,202); }
td.TdClassName
{
border-color: #0FF7CA;
}
.TagClassName
{
border-color: #0FF7CA;
}
</style>