Shades of Bright Turquoise #0FF4EA
Tints of Bright Turquoise #0FF4EA
RGB
CMYK
RGB Variations
Color information
#0FF4EA (or 0x0FF4EA) is known color: Bright Turquoise. HEX triplet: 0F, F4 and EA. RGB value is (15,244,234). Sum of RGB (Red+Green+Blue) = 15+244+234=493 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF4EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF4EA is #F00B15. Grayscale: #AEAEAE. Windows color (decimal): -15731478 or 15397903. OLE color: 15397903.
HSL color Cylindrical-coordinate representation of color #0FF4EA: hue angle of 177.38º degrees, saturation: 0.91, 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 #0FF4EA is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 244 | 234 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.04 |
| HSL | 177.38º | 0.91% | 0.51% | - |
| HSV(B) | 177.38º | 0.94% | 0.96% | - |
| XYZ | 47.4 | 70.74 | 89 | - |
| YUV | 174.39 | 161.63 | 14.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 244 | 234 | 0.94 | 0 | 0.04 | 0.04 | 177.38 | 0.91 | 0.51 |
| Hex | F | F4 | EA | 5E | 0 | 4 | 4 | B1 | 5B | 33 |
| Octal | 17 | 364 | 352 | 136 | 0 | 4 | 4 | 261 | 133 | 63 |
| Binary | 1111 | 11110100 | 11101010 | 1011110 | 0 | 100 | 100 | 10110001 | 1011011 | 110011 |
Color Harmonies of #0FF4EA
Complementary color
Monochromatic Colors of #0FF4EA
Black with #0FF4EA
Text Example
Text Example
White with #0FF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF4EA; }
p { color: rgb(15,244,234); }
H1.HeaderClassName
{
color: #0FF4EA;
}
.AnyTagClassName
{
color: #0FF4EA;
}
</style>
background-color css
<style>
a { background-color: #0FF4EA; }
a { background-color: rgb(15,244,234); }
div.DivClassName
{
background-color: #0FF4EA;
}
.BgClassName
{
background-color: #0FF4EA;
}
</style>
border-color css
<style>
span { border-color: #0FF4EA; }
span { border-color: rgb(15,244,234); }
td.TdClassName
{
border-color: #0FF4EA;
}
.TagClassName
{
border-color: #0FF4EA;
}
</style>