Shades of Dark Turquoise #0FCFEA
Tints of Dark Turquoise #0FCFEA
RGB
CMYK
RGB Variations
Color information
#0FCFEA (or 0x0FCFEA) is known color: Dark Turquoise. HEX triplet: 0F, CF and EA. RGB value is (15,207,234). Sum of RGB (Red+Green+Blue) = 15+207+234=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FCFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFEA is #F03015. Grayscale: #989898. Windows color (decimal): -15740950 or 15388431. OLE color: 15388431.
HSL color Cylindrical-coordinate representation of color #0FCFEA: hue angle of 187.4º 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 #0FCFEA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 207 | 234 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.08 |
| HSL | 187.4º | 0.88% | 0.49% | - |
| HSV(B) | 187.4º | 0.94% | 0.92% | - |
| XYZ | 37.36 | 50.67 | 85.65 | - |
| YUV | 152.67 | 173.89 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 234 | 0.94 | 0.12 | 0 | 0.08 | 187.4 | 0.88 | 0.49 |
| Hex | F | CF | EA | 5E | C | 0 | 8 | BB | 58 | 31 |
| Octal | 17 | 317 | 352 | 136 | 14 | 0 | 10 | 273 | 130 | 61 |
| Binary | 1111 | 11001111 | 11101010 | 1011110 | 1100 | 0 | 1000 | 10111011 | 1011000 | 110001 |
Color Harmonies of #0FCFEA
Complementary color
Monochromatic Colors of #0FCFEA
Black with #0FCFEA
Text Example
Text Example
White with #0FCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFEA; }
p { color: rgb(15,207,234); }
H1.HeaderClassName
{
color: #0FCFEA;
}
.AnyTagClassName
{
color: #0FCFEA;
}
</style>
background-color css
<style>
a { background-color: #0FCFEA; }
a { background-color: rgb(15,207,234); }
div.DivClassName
{
background-color: #0FCFEA;
}
.BgClassName
{
background-color: #0FCFEA;
}
</style>
border-color css
<style>
span { border-color: #0FCFEA; }
span { border-color: rgb(15,207,234); }
td.TdClassName
{
border-color: #0FCFEA;
}
.TagClassName
{
border-color: #0FCFEA;
}
</style>