Shades of Dark Turquoise #0FCEEA
Tints of Dark Turquoise #0FCEEA
RGB
CMYK
RGB Variations
Color information
#0FCEEA (or 0x0FCEEA) is known color: Dark Turquoise. HEX triplet: 0F, CE and EA. RGB value is (15,206,234). Sum of RGB (Red+Green+Blue) = 15+206+234=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FCEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEEA is #F03115. Grayscale: #979797. Windows color (decimal): -15741206 or 15388175. OLE color: 15388175.
HSL color Cylindrical-coordinate representation of color #0FCEEA: hue angle of 187.67º 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 #0FCEEA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 206 | 234 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.08 |
| HSL | 187.67º | 0.88% | 0.49% | - |
| HSV(B) | 187.67º | 0.94% | 0.92% | - |
| XYZ | 37.12 | 50.18 | 85.57 | - |
| YUV | 152.08 | 174.22 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 234 | 0.94 | 0.12 | 0 | 0.08 | 187.67 | 0.88 | 0.49 |
| Hex | F | CE | EA | 5E | C | 0 | 8 | BC | 58 | 31 |
| Octal | 17 | 316 | 352 | 136 | 14 | 0 | 10 | 274 | 130 | 61 |
| Binary | 1111 | 11001110 | 11101010 | 1011110 | 1100 | 0 | 1000 | 10111100 | 1011000 | 110001 |
Color Harmonies of #0FCEEA
Complementary color
Monochromatic Colors of #0FCEEA
Black with #0FCEEA
Text Example
Text Example
White with #0FCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEEA; }
p { color: rgb(15,206,234); }
H1.HeaderClassName
{
color: #0FCEEA;
}
.AnyTagClassName
{
color: #0FCEEA;
}
</style>
background-color css
<style>
a { background-color: #0FCEEA; }
a { background-color: rgb(15,206,234); }
div.DivClassName
{
background-color: #0FCEEA;
}
.BgClassName
{
background-color: #0FCEEA;
}
</style>
border-color css
<style>
span { border-color: #0FCEEA; }
span { border-color: rgb(15,206,234); }
td.TdClassName
{
border-color: #0FCEEA;
}
.TagClassName
{
border-color: #0FCEEA;
}
</style>