Shades of Dark Turquoise #0FD1DA
Tints of Dark Turquoise #0FD1DA
RGB
CMYK
RGB Variations
Color information
#0FD1DA (or 0x0FD1DA) is known color: Dark Turquoise. HEX triplet: 0F, D1 and DA. RGB value is (15,209,218). Sum of RGB (Red+Green+Blue) = 15+209+218=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FD1DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD1DA is #F02E25. Grayscale: #979797. Windows color (decimal): -15740454 or 14340367. OLE color: 14340367.
HSL color Cylindrical-coordinate representation of color #0FD1DA: hue angle of 182.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD1DA is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 209 | 218 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.15 |
| HSL | 182.66º | 0.87% | 0.46% | - |
| HSV(B) | 182.66º | 0.93% | 0.85% | - |
| XYZ | 35.65 | 50.76 | 74.25 | - |
| YUV | 152.02 | 165.23 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 218 | 0.93 | 0.04 | 0 | 0.15 | 182.66 | 0.87 | 0.46 |
| Hex | F | D1 | DA | 5D | 4 | 0 | F | B7 | 57 | 2E |
| Octal | 17 | 321 | 332 | 135 | 4 | 0 | 17 | 267 | 127 | 56 |
| Binary | 1111 | 11010001 | 11011010 | 1011101 | 100 | 0 | 1111 | 10110111 | 1010111 | 101110 |
Color Harmonies of #0FD1DA
Complementary color
Monochromatic Colors of #0FD1DA
Black with #0FD1DA
Text Example
Text Example
White with #0FD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD1DA; }
p { color: rgb(15,209,218); }
H1.HeaderClassName
{
color: #0FD1DA;
}
.AnyTagClassName
{
color: #0FD1DA;
}
</style>
background-color css
<style>
a { background-color: #0FD1DA; }
a { background-color: rgb(15,209,218); }
div.DivClassName
{
background-color: #0FD1DA;
}
.BgClassName
{
background-color: #0FD1DA;
}
</style>
border-color css
<style>
span { border-color: #0FD1DA; }
span { border-color: rgb(15,209,218); }
td.TdClassName
{
border-color: #0FD1DA;
}
.TagClassName
{
border-color: #0FD1DA;
}
</style>