Shades of Bright Turquoise #0FE4FA
Tints of Bright Turquoise #0FE4FA
RGB
CMYK
RGB Variations
Color information
#0FE4FA (or 0x0FE4FA) is known color: Bright Turquoise. HEX triplet: 0F, E4 and FA. RGB value is (15,228,250). Sum of RGB (Red+Green+Blue) = 15+228+250=493 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FE4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE4FA is #F01B05. Grayscale: #A6A6A6. Windows color (decimal): -15735558 or 16442383. OLE color: 16442383.
HSL color Cylindrical-coordinate representation of color #0FE4FA: hue angle of 185.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE4FA is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 228 | 250 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.02 |
| HSL | 185.62º | 0.96% | 0.52% | - |
| HSV(B) | 185.62º | 0.94% | 0.98% | - |
| XYZ | 45.2 | 62.49 | 100.12 | - |
| YUV | 166.82 | 174.93 | 19.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 250 | 0.94 | 0.09 | 0 | 0.02 | 185.62 | 0.96 | 0.52 |
| Hex | F | E4 | FA | 5E | 9 | 0 | 2 | BA | 60 | 34 |
| Octal | 17 | 344 | 372 | 136 | 11 | 0 | 2 | 272 | 140 | 64 |
| Binary | 1111 | 11100100 | 11111010 | 1011110 | 1001 | 0 | 10 | 10111010 | 1100000 | 110100 |
Color Harmonies of #0FE4FA
Complementary color
Monochromatic Colors of #0FE4FA
Black with #0FE4FA
Text Example
Text Example
White with #0FE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4FA; }
p { color: rgb(15,228,250); }
H1.HeaderClassName
{
color: #0FE4FA;
}
.AnyTagClassName
{
color: #0FE4FA;
}
</style>
background-color css
<style>
a { background-color: #0FE4FA; }
a { background-color: rgb(15,228,250); }
div.DivClassName
{
background-color: #0FE4FA;
}
.BgClassName
{
background-color: #0FE4FA;
}
</style>
border-color css
<style>
span { border-color: #0FE4FA; }
span { border-color: rgb(15,228,250); }
td.TdClassName
{
border-color: #0FE4FA;
}
.TagClassName
{
border-color: #0FE4FA;
}
</style>