Shades of Bright Turquoise #0FEAD4
Tints of Bright Turquoise #0FEAD4
RGB
CMYK
RGB Variations
Color information
#0FEAD4 (or 0x0FEAD4) is known color: Bright Turquoise. HEX triplet: 0F, EA and D4. RGB value is (15,234,212). Sum of RGB (Red+Green+Blue) = 15+234+212=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEAD4 is #F0152B. Grayscale: #A5A5A5. Windows color (decimal): -15734060 or 13953551. OLE color: 13953551.
HSL color Cylindrical-coordinate representation of color #0FEAD4: hue angle of 173.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAD4 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 212 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.08 |
| HSL | 173.97º | 0.88% | 0.49% | - |
| HSV(B) | 173.97º | 0.94% | 0.92% | - |
| XYZ | 41.5 | 63.7 | 72.4 | - |
| YUV | 166.01 | 153.95 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 212 | 0.94 | 0 | 0.09 | 0.08 | 173.97 | 0.88 | 0.49 |
| Hex | F | EA | D4 | 5E | 0 | 9 | 8 | AE | 58 | 31 |
| Octal | 17 | 352 | 324 | 136 | 0 | 11 | 10 | 256 | 130 | 61 |
| Binary | 1111 | 11101010 | 11010100 | 1011110 | 0 | 1001 | 1000 | 10101110 | 1011000 | 110001 |
Color Harmonies of #0FEAD4
Complementary color
Monochromatic Colors of #0FEAD4
Black with #0FEAD4
Text Example
Text Example
White with #0FEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEAD4; }
p { color: rgb(15,234,212); }
H1.HeaderClassName
{
color: #0FEAD4;
}
.AnyTagClassName
{
color: #0FEAD4;
}
</style>
background-color css
<style>
a { background-color: #0FEAD4; }
a { background-color: rgb(15,234,212); }
div.DivClassName
{
background-color: #0FEAD4;
}
.BgClassName
{
background-color: #0FEAD4;
}
</style>
border-color css
<style>
span { border-color: #0FEAD4; }
span { border-color: rgb(15,234,212); }
td.TdClassName
{
border-color: #0FEAD4;
}
.TagClassName
{
border-color: #0FEAD4;
}
</style>