Shades of Bright Turquoise #0FE9CA
Tints of Bright Turquoise #0FE9CA
RGB
CMYK
RGB Variations
Color information
#0FE9CA (or 0x0FE9CA) is known color: Bright Turquoise. HEX triplet: 0F, E9 and CA. RGB value is (15,233,202). Sum of RGB (Red+Green+Blue) = 15+233+202=450 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE9CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE9CA is #F01635. Grayscale: #A4A4A4. Windows color (decimal): -15734326 or 13297935. OLE color: 13297935.
HSL color Cylindrical-coordinate representation of color #0FE9CA: hue angle of 171.47º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE9CA is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 202 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.09 |
| HSL | 171.47º | 0.88% | 0.49% | - |
| HSV(B) | 171.47º | 0.94% | 0.91% | - |
| XYZ | 40 | 62.64 | 65.86 | - |
| YUV | 164.28 | 149.28 | 21.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 202 | 0.94 | 0 | 0.13 | 0.09 | 171.47 | 0.88 | 0.49 |
| Hex | F | E9 | CA | 5E | 0 | D | 9 | AB | 58 | 31 |
| Octal | 17 | 351 | 312 | 136 | 0 | 15 | 11 | 253 | 130 | 61 |
| Binary | 1111 | 11101001 | 11001010 | 1011110 | 0 | 1101 | 1001 | 10101011 | 1011000 | 110001 |
Color Harmonies of #0FE9CA
Complementary color
Monochromatic Colors of #0FE9CA
Black with #0FE9CA
Text Example
Text Example
White with #0FE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE9CA; }
p { color: rgb(15,233,202); }
H1.HeaderClassName
{
color: #0FE9CA;
}
.AnyTagClassName
{
color: #0FE9CA;
}
</style>
background-color css
<style>
a { background-color: #0FE9CA; }
a { background-color: rgb(15,233,202); }
div.DivClassName
{
background-color: #0FE9CA;
}
.BgClassName
{
background-color: #0FE9CA;
}
</style>
border-color css
<style>
span { border-color: #0FE9CA; }
span { border-color: rgb(15,233,202); }
td.TdClassName
{
border-color: #0FE9CA;
}
.TagClassName
{
border-color: #0FE9CA;
}
</style>