Shades of Dark Turquoise #0FC5DD
Tints of Dark Turquoise #0FC5DD
RGB
CMYK
RGB Variations
Color information
#0FC5DD (or 0x0FC5DD) is known color: Dark Turquoise. HEX triplet: 0F, C5 and DD. RGB value is (15,197,221). Sum of RGB (Red+Green+Blue) = 15+197+221=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FC5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC5DD is #F03A22. Grayscale: #919191. Windows color (decimal): -15743523 or 14533903. OLE color: 14533903.
HSL color Cylindrical-coordinate representation of color #0FC5DD: hue angle of 186.99º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC5DD is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 197 | 221 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.13 |
| HSL | 186.99º | 0.87% | 0.46% | - |
| HSV(B) | 186.99º | 0.93% | 0.87% | - |
| XYZ | 33.21 | 45.25 | 75.39 | - |
| YUV | 145.32 | 170.7 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 221 | 0.93 | 0.11 | 0 | 0.13 | 186.99 | 0.87 | 0.46 |
| Hex | F | C5 | DD | 5D | B | 0 | D | BB | 57 | 2E |
| Octal | 17 | 305 | 335 | 135 | 13 | 0 | 15 | 273 | 127 | 56 |
| Binary | 1111 | 11000101 | 11011101 | 1011101 | 1011 | 0 | 1101 | 10111011 | 1010111 | 101110 |
Color Harmonies of #0FC5DD
Complementary color
Monochromatic Colors of #0FC5DD
Black with #0FC5DD
Text Example
Text Example
White with #0FC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC5DD; }
p { color: rgb(15,197,221); }
H1.HeaderClassName
{
color: #0FC5DD;
}
.AnyTagClassName
{
color: #0FC5DD;
}
</style>
background-color css
<style>
a { background-color: #0FC5DD; }
a { background-color: rgb(15,197,221); }
div.DivClassName
{
background-color: #0FC5DD;
}
.BgClassName
{
background-color: #0FC5DD;
}
</style>
border-color css
<style>
span { border-color: #0FC5DD; }
span { border-color: rgb(15,197,221); }
td.TdClassName
{
border-color: #0FC5DD;
}
.TagClassName
{
border-color: #0FC5DD;
}
</style>