Shades of Dark Turquoise #0FD0EA
Tints of Dark Turquoise #0FD0EA
RGB
CMYK
RGB Variations
Color information
#0FD0EA (or 0x0FD0EA) is known color: Dark Turquoise. HEX triplet: 0F, D0 and EA. RGB value is (15,208,234). Sum of RGB (Red+Green+Blue) = 15+208+234=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FD0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD0EA is #F02F15. Grayscale: #989898. Windows color (decimal): -15740694 or 15388687. OLE color: 15388687.
HSL color Cylindrical-coordinate representation of color #0FD0EA: hue angle of 187.12º 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 #0FD0EA is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 208 | 234 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.08 |
| HSL | 187.12º | 0.88% | 0.49% | - |
| HSV(B) | 187.12º | 0.94% | 0.92% | - |
| XYZ | 37.6 | 51.15 | 85.73 | - |
| YUV | 153.26 | 173.56 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 234 | 0.94 | 0.11 | 0 | 0.08 | 187.12 | 0.88 | 0.49 |
| Hex | F | D0 | EA | 5E | B | 0 | 8 | BB | 58 | 31 |
| Octal | 17 | 320 | 352 | 136 | 13 | 0 | 10 | 273 | 130 | 61 |
| Binary | 1111 | 11010000 | 11101010 | 1011110 | 1011 | 0 | 1000 | 10111011 | 1011000 | 110001 |
Color Harmonies of #0FD0EA
Complementary color
Monochromatic Colors of #0FD0EA
Black with #0FD0EA
Text Example
Text Example
White with #0FD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD0EA; }
p { color: rgb(15,208,234); }
H1.HeaderClassName
{
color: #0FD0EA;
}
.AnyTagClassName
{
color: #0FD0EA;
}
</style>
background-color css
<style>
a { background-color: #0FD0EA; }
a { background-color: rgb(15,208,234); }
div.DivClassName
{
background-color: #0FD0EA;
}
.BgClassName
{
background-color: #0FD0EA;
}
</style>
border-color css
<style>
span { border-color: #0FD0EA; }
span { border-color: rgb(15,208,234); }
td.TdClassName
{
border-color: #0FD0EA;
}
.TagClassName
{
border-color: #0FD0EA;
}
</style>