Shades of Bright Turquoise #0FE5CA
Tints of Bright Turquoise #0FE5CA
RGB
CMYK
RGB Variations
Color information
#0FE5CA (or 0x0FE5CA) is known color: Bright Turquoise. HEX triplet: 0F, E5 and CA. RGB value is (15,229,202). Sum of RGB (Red+Green+Blue) = 15+229+202=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE5CA is #F01A35. Grayscale: #A1A1A1. Windows color (decimal): -15735350 or 13296911. OLE color: 13296911.
HSL color Cylindrical-coordinate representation of color #0FE5CA: hue angle of 172.43º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE5CA is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 202 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.10 |
| HSL | 172.43º | 0.88% | 0.48% | - |
| HSV(B) | 172.43º | 0.93% | 0.9% | - |
| XYZ | 38.88 | 60.4 | 65.49 | - |
| YUV | 161.94 | 150.6 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 202 | 0.93 | 0 | 0.12 | 0.10 | 172.43 | 0.88 | 0.48 |
| Hex | F | E5 | CA | 5D | 0 | C | A | AC | 58 | 30 |
| Octal | 17 | 345 | 312 | 135 | 0 | 14 | 12 | 254 | 130 | 60 |
| Binary | 1111 | 11100101 | 11001010 | 1011101 | 0 | 1100 | 1010 | 10101100 | 1011000 | 110000 |
Color Harmonies of #0FE5CA
Complementary color
Monochromatic Colors of #0FE5CA
Black with #0FE5CA
Text Example
Text Example
White with #0FE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE5CA; }
p { color: rgb(15,229,202); }
H1.HeaderClassName
{
color: #0FE5CA;
}
.AnyTagClassName
{
color: #0FE5CA;
}
</style>
background-color css
<style>
a { background-color: #0FE5CA; }
a { background-color: rgb(15,229,202); }
div.DivClassName
{
background-color: #0FE5CA;
}
.BgClassName
{
background-color: #0FE5CA;
}
</style>
border-color css
<style>
span { border-color: #0FE5CA; }
span { border-color: rgb(15,229,202); }
td.TdClassName
{
border-color: #0FE5CA;
}
.TagClassName
{
border-color: #0FE5CA;
}
</style>