Shades of Dark Turquoise #0FCADA
Tints of Dark Turquoise #0FCADA
RGB
CMYK
RGB Variations
Color information
#0FCADA (or 0x0FCADA) is known color: Dark Turquoise. HEX triplet: 0F, CA and DA. RGB value is (15,202,218). Sum of RGB (Red+Green+Blue) = 15+202+218=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FCADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCADA is #F03525. Grayscale: #939393. Windows color (decimal): -15742246 or 14338575. OLE color: 14338575.
HSL color Cylindrical-coordinate representation of color #0FCADA: hue angle of 184.73º 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 #0FCADA is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 202 | 218 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.15 |
| HSL | 184.73º | 0.87% | 0.46% | - |
| HSV(B) | 184.73º | 0.93% | 0.85% | - |
| XYZ | 33.97 | 47.4 | 73.69 | - |
| YUV | 147.91 | 167.55 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 218 | 0.93 | 0.07 | 0 | 0.15 | 184.73 | 0.87 | 0.46 |
| Hex | F | CA | DA | 5D | 7 | 0 | F | B9 | 57 | 2E |
| Octal | 17 | 312 | 332 | 135 | 7 | 0 | 17 | 271 | 127 | 56 |
| Binary | 1111 | 11001010 | 11011010 | 1011101 | 111 | 0 | 1111 | 10111001 | 1010111 | 101110 |
Color Harmonies of #0FCADA
Complementary color
Monochromatic Colors of #0FCADA
Black with #0FCADA
Text Example
Text Example
White with #0FCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCADA; }
p { color: rgb(15,202,218); }
H1.HeaderClassName
{
color: #0FCADA;
}
.AnyTagClassName
{
color: #0FCADA;
}
</style>
background-color css
<style>
a { background-color: #0FCADA; }
a { background-color: rgb(15,202,218); }
div.DivClassName
{
background-color: #0FCADA;
}
.BgClassName
{
background-color: #0FCADA;
}
</style>
border-color css
<style>
span { border-color: #0FCADA; }
span { border-color: rgb(15,202,218); }
td.TdClassName
{
border-color: #0FCADA;
}
.TagClassName
{
border-color: #0FCADA;
}
</style>