Shades of Dark Turquoise #0FD0E6
Tints of Dark Turquoise #0FD0E6
RGB
CMYK
RGB Variations
Color information
#0FD0E6 (or 0x0FD0E6) is known color: Dark Turquoise. HEX triplet: 0F, D0 and E6. RGB value is (15,208,230). Sum of RGB (Red+Green+Blue) = 15+208+230=453 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.31% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #0FD0E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD0E6 is #F02F19. Grayscale: #989898. Windows color (decimal): -15740698 or 15126543. OLE color: 15126543.
HSL color Cylindrical-coordinate representation of color #0FD0E6: hue angle of 186.14º 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 #0FD0E6 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 208 | 230 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.10 |
| HSL | 186.14º | 0.88% | 0.48% | - |
| HSV(B) | 186.14º | 0.93% | 0.9% | - |
| XYZ | 37.04 | 50.93 | 82.74 | - |
| YUV | 152.8 | 171.56 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 230 | 0.93 | 0.10 | 0 | 0.10 | 186.14 | 0.88 | 0.48 |
| Hex | F | D0 | E6 | 5D | A | 0 | A | BA | 58 | 30 |
| Octal | 17 | 320 | 346 | 135 | 12 | 0 | 12 | 272 | 130 | 60 |
| Binary | 1111 | 11010000 | 11100110 | 1011101 | 1010 | 0 | 1010 | 10111010 | 1011000 | 110000 |
Color Harmonies of #0FD0E6
Complementary color
Monochromatic Colors of #0FD0E6
Black with #0FD0E6
Text Example
Text Example
White with #0FD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD0E6; }
p { color: rgb(15,208,230); }
H1.HeaderClassName
{
color: #0FD0E6;
}
.AnyTagClassName
{
color: #0FD0E6;
}
</style>
background-color css
<style>
a { background-color: #0FD0E6; }
a { background-color: rgb(15,208,230); }
div.DivClassName
{
background-color: #0FD0E6;
}
.BgClassName
{
background-color: #0FD0E6;
}
</style>
border-color css
<style>
span { border-color: #0FD0E6; }
span { border-color: rgb(15,208,230); }
td.TdClassName
{
border-color: #0FD0E6;
}
.TagClassName
{
border-color: #0FD0E6;
}
</style>