Shades of Dark Turquoise #0FCAD2
Tints of Dark Turquoise #0FCAD2
RGB
CMYK
RGB Variations
Color information
#0FCAD2 (or 0x0FCAD2) is known color: Dark Turquoise. HEX triplet: 0F, CA and D2. RGB value is (15,202,210). Sum of RGB (Red+Green+Blue) = 15+202+210=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #0FCAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCAD2 is #F0352D. Grayscale: #929292. Windows color (decimal): -15742254 or 13814287. OLE color: 13814287.
HSL color Cylindrical-coordinate representation of color #0FCAD2: hue angle of 182.46º 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 #0FCAD2 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 202 | 210 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.18 |
| HSL | 182.46º | 0.87% | 0.44% | - |
| HSV(B) | 182.46º | 0.93% | 0.82% | - |
| XYZ | 32.95 | 47 | 68.31 | - |
| YUV | 147 | 163.55 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 210 | 0.93 | 0.04 | 0 | 0.18 | 182.46 | 0.87 | 0.44 |
| Hex | F | CA | D2 | 5D | 4 | 0 | 12 | B6 | 57 | 2C |
| Octal | 17 | 312 | 322 | 135 | 4 | 0 | 22 | 266 | 127 | 54 |
| Binary | 1111 | 11001010 | 11010010 | 1011101 | 100 | 0 | 10010 | 10110110 | 1010111 | 101100 |
Color Harmonies of #0FCAD2
Complementary color
Monochromatic Colors of #0FCAD2
Black with #0FCAD2
Text Example
Text Example
White with #0FCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAD2; }
p { color: rgb(15,202,210); }
H1.HeaderClassName
{
color: #0FCAD2;
}
.AnyTagClassName
{
color: #0FCAD2;
}
</style>
background-color css
<style>
a { background-color: #0FCAD2; }
a { background-color: rgb(15,202,210); }
div.DivClassName
{
background-color: #0FCAD2;
}
.BgClassName
{
background-color: #0FCAD2;
}
</style>
border-color css
<style>
span { border-color: #0FCAD2; }
span { border-color: rgb(15,202,210); }
td.TdClassName
{
border-color: #0FCAD2;
}
.TagClassName
{
border-color: #0FCAD2;
}
</style>