Shades of Dark Turquoise #10CADA
Tints of Dark Turquoise #10CADA
RGB
CMYK
RGB Variations
Color information
#10CADA (or 0x10CADA) is known color: Dark Turquoise. HEX triplet: 10, CA and DA. RGB value is (16,202,218). Sum of RGB (Red+Green+Blue) = 16+202+218=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #10CADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CADA is #EF3525. Grayscale: #939393. Windows color (decimal): -15676710 or 14338576. OLE color: 14338576.
HSL color Cylindrical-coordinate representation of color #10CADA: hue angle of 184.75º degrees, saturation: 0.86, 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 #10CADA is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 202 | 218 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.15 |
| HSL | 184.75º | 0.86% | 0.46% | - |
| HSV(B) | 184.75º | 0.93% | 0.85% | - |
| XYZ | 33.99 | 47.41 | 73.69 | - |
| YUV | 148.21 | 167.38 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 218 | 0.93 | 0.07 | 0 | 0.15 | 184.75 | 0.86 | 0.46 |
| Hex | 10 | CA | DA | 5D | 7 | 0 | F | B9 | 56 | 2E |
| Octal | 20 | 312 | 332 | 135 | 7 | 0 | 17 | 271 | 126 | 56 |
| Binary | 10000 | 11001010 | 11011010 | 1011101 | 111 | 0 | 1111 | 10111001 | 1010110 | 101110 |
Color Harmonies of #10CADA
Complementary color
Monochromatic Colors of #10CADA
Black with #10CADA
Text Example
Text Example
White with #10CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CADA; }
p { color: rgb(16,202,218); }
H1.HeaderClassName
{
color: #10CADA;
}
.AnyTagClassName
{
color: #10CADA;
}
</style>
background-color css
<style>
a { background-color: #10CADA; }
a { background-color: rgb(16,202,218); }
div.DivClassName
{
background-color: #10CADA;
}
.BgClassName
{
background-color: #10CADA;
}
</style>
border-color css
<style>
span { border-color: #10CADA; }
span { border-color: rgb(16,202,218); }
td.TdClassName
{
border-color: #10CADA;
}
.TagClassName
{
border-color: #10CADA;
}
</style>