Shades of Dark Turquoise #0FC7E5
Tints of Dark Turquoise #0FC7E5
RGB
CMYK
RGB Variations
Color information
#0FC7E5 (or 0x0FC7E5) is known color: Dark Turquoise. HEX triplet: 0F, C7 and E5. RGB value is (15,199,229). Sum of RGB (Red+Green+Blue) = 15+199+229=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #0FC7E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC7E5 is #F0381A. Grayscale: #939393. Windows color (decimal): -15743003 or 15058703. OLE color: 15058703.
HSL color Cylindrical-coordinate representation of color #0FC7E5: hue angle of 188.41º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC7E5 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 199 | 229 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.10 |
| HSL | 188.41º | 0.88% | 0.48% | - |
| HSV(B) | 188.41º | 0.93% | 0.9% | - |
| XYZ | 34.76 | 46.61 | 81.29 | - |
| YUV | 147.4 | 174.04 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 229 | 0.93 | 0.13 | 0 | 0.10 | 188.41 | 0.88 | 0.48 |
| Hex | F | C7 | E5 | 5D | D | 0 | A | BC | 58 | 30 |
| Octal | 17 | 307 | 345 | 135 | 15 | 0 | 12 | 274 | 130 | 60 |
| Binary | 1111 | 11000111 | 11100101 | 1011101 | 1101 | 0 | 1010 | 10111100 | 1011000 | 110000 |
Color Harmonies of #0FC7E5
Complementary color
Monochromatic Colors of #0FC7E5
Black with #0FC7E5
Text Example
Text Example
White with #0FC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC7E5; }
p { color: rgb(15,199,229); }
H1.HeaderClassName
{
color: #0FC7E5;
}
.AnyTagClassName
{
color: #0FC7E5;
}
</style>
background-color css
<style>
a { background-color: #0FC7E5; }
a { background-color: rgb(15,199,229); }
div.DivClassName
{
background-color: #0FC7E5;
}
.BgClassName
{
background-color: #0FC7E5;
}
</style>
border-color css
<style>
span { border-color: #0FC7E5; }
span { border-color: rgb(15,199,229); }
td.TdClassName
{
border-color: #0FC7E5;
}
.TagClassName
{
border-color: #0FC7E5;
}
</style>