Shades of Bright Turquoise #0FE5FA
Tints of Bright Turquoise #0FE5FA
RGB
CMYK
RGB Variations
Color information
#0FE5FA (or 0x0FE5FA) is known color: Bright Turquoise. HEX triplet: 0F, E5 and FA. RGB value is (15,229,250). Sum of RGB (Red+Green+Blue) = 15+229+250=494 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FE5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE5FA is #F01A05. Grayscale: #A7A7A7. Windows color (decimal): -15735302 or 16442639. OLE color: 16442639.
HSL color Cylindrical-coordinate representation of color #0FE5FA: hue angle of 185.36º 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 #0FE5FA is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 229 | 250 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.02 |
| HSL | 185.36º | 0.96% | 0.52% | - |
| HSV(B) | 185.36º | 0.94% | 0.98% | - |
| XYZ | 45.47 | 63.04 | 100.21 | - |
| YUV | 167.41 | 174.6 | 19.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 250 | 0.94 | 0.08 | 0 | 0.02 | 185.36 | 0.96 | 0.52 |
| Hex | F | E5 | FA | 5E | 8 | 0 | 2 | B9 | 60 | 34 |
| Octal | 17 | 345 | 372 | 136 | 10 | 0 | 2 | 271 | 140 | 64 |
| Binary | 1111 | 11100101 | 11111010 | 1011110 | 1000 | 0 | 10 | 10111001 | 1100000 | 110100 |
Color Harmonies of #0FE5FA
Complementary color
Monochromatic Colors of #0FE5FA
Black with #0FE5FA
Text Example
Text Example
White with #0FE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE5FA; }
p { color: rgb(15,229,250); }
H1.HeaderClassName
{
color: #0FE5FA;
}
.AnyTagClassName
{
color: #0FE5FA;
}
</style>
background-color css
<style>
a { background-color: #0FE5FA; }
a { background-color: rgb(15,229,250); }
div.DivClassName
{
background-color: #0FE5FA;
}
.BgClassName
{
background-color: #0FE5FA;
}
</style>
border-color css
<style>
span { border-color: #0FE5FA; }
span { border-color: rgb(15,229,250); }
td.TdClassName
{
border-color: #0FE5FA;
}
.TagClassName
{
border-color: #0FE5FA;
}
</style>