Shades of Dark Turquoise #0FCAD1
Tints of Dark Turquoise #0FCAD1
RGB
CMYK
RGB Variations
Color information
#0FCAD1 (or 0x0FCAD1) is known color: Dark Turquoise. HEX triplet: 0F, CA and D1. RGB value is (15,202,209). Sum of RGB (Red+Green+Blue) = 15+202+209=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #0FCAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCAD1 is #F0352E. Grayscale: #929292. Windows color (decimal): -15742255 or 13748751. OLE color: 13748751.
HSL color Cylindrical-coordinate representation of color #0FCAD1: hue angle of 182.16º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCAD1 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 202 | 209 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.18 |
| HSL | 182.16º | 0.87% | 0.44% | - |
| HSV(B) | 182.16º | 0.93% | 0.82% | - |
| XYZ | 32.83 | 46.95 | 67.65 | - |
| YUV | 146.89 | 163.05 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 209 | 0.93 | 0.03 | 0 | 0.18 | 182.16 | 0.87 | 0.44 |
| Hex | F | CA | D1 | 5D | 3 | 0 | 12 | B6 | 57 | 2C |
| Octal | 17 | 312 | 321 | 135 | 3 | 0 | 22 | 266 | 127 | 54 |
| Binary | 1111 | 11001010 | 11010001 | 1011101 | 11 | 0 | 10010 | 10110110 | 1010111 | 101100 |
Color Harmonies of #0FCAD1
Complementary color
Monochromatic Colors of #0FCAD1
Black with #0FCAD1
Text Example
Text Example
White with #0FCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAD1; }
p { color: rgb(15,202,209); }
H1.HeaderClassName
{
color: #0FCAD1;
}
.AnyTagClassName
{
color: #0FCAD1;
}
</style>
background-color css
<style>
a { background-color: #0FCAD1; }
a { background-color: rgb(15,202,209); }
div.DivClassName
{
background-color: #0FCAD1;
}
.BgClassName
{
background-color: #0FCAD1;
}
</style>
border-color css
<style>
span { border-color: #0FCAD1; }
span { border-color: rgb(15,202,209); }
td.TdClassName
{
border-color: #0FCAD1;
}
.TagClassName
{
border-color: #0FCAD1;
}
</style>