Shades of Bright Turquoise #0FF6EA
Tints of Bright Turquoise #0FF6EA
RGB
CMYK
RGB Variations
Color information
#0FF6EA (or 0x0FF6EA) is known color: Bright Turquoise. HEX triplet: 0F, F6 and EA. RGB value is (15,246,234). Sum of RGB (Red+Green+Blue) = 15+246+234=495 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.03% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF6EA is #F00915. Grayscale: #AFAFAF. Windows color (decimal): -15730966 or 15398415. OLE color: 15398415.
HSL color Cylindrical-coordinate representation of color #0FF6EA: hue angle of 176.88º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF6EA is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 234 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.04 |
| HSL | 176.88º | 0.93% | 0.51% | - |
| HSV(B) | 176.88º | 0.94% | 0.96% | - |
| XYZ | 48 | 71.95 | 89.2 | - |
| YUV | 175.56 | 160.97 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 234 | 0.94 | 0 | 0.05 | 0.04 | 176.88 | 0.93 | 0.51 |
| Hex | F | F6 | EA | 5E | 0 | 5 | 4 | B1 | 5D | 33 |
| Octal | 17 | 366 | 352 | 136 | 0 | 5 | 4 | 261 | 135 | 63 |
| Binary | 1111 | 11110110 | 11101010 | 1011110 | 0 | 101 | 100 | 10110001 | 1011101 | 110011 |
Color Harmonies of #0FF6EA
Complementary color
Monochromatic Colors of #0FF6EA
Black with #0FF6EA
Text Example
Text Example
White with #0FF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6EA; }
p { color: rgb(15,246,234); }
H1.HeaderClassName
{
color: #0FF6EA;
}
.AnyTagClassName
{
color: #0FF6EA;
}
</style>
background-color css
<style>
a { background-color: #0FF6EA; }
a { background-color: rgb(15,246,234); }
div.DivClassName
{
background-color: #0FF6EA;
}
.BgClassName
{
background-color: #0FF6EA;
}
</style>
border-color css
<style>
span { border-color: #0FF6EA; }
span { border-color: rgb(15,246,234); }
td.TdClassName
{
border-color: #0FF6EA;
}
.TagClassName
{
border-color: #0FF6EA;
}
</style>