Shades of Dark Turquoise #10CAE6
Tints of Dark Turquoise #10CAE6
RGB
CMYK
RGB Variations
Color information
#10CAE6 (or 0x10CAE6) is known color: Dark Turquoise. HEX triplet: 10, CA and E6. RGB value is (16,202,230). Sum of RGB (Red+Green+Blue) = 16+202+230=448 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.57% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #10CAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CAE6 is #EF3519. Grayscale: #959595. Windows color (decimal): -15676698 or 15125008. OLE color: 15125008.
HSL color Cylindrical-coordinate representation of color #10CAE6: hue angle of 187.85º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CAE6 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 202 | 230 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.10 |
| HSL | 187.85º | 0.87% | 0.48% | - |
| HSV(B) | 187.85º | 0.93% | 0.9% | - |
| XYZ | 35.62 | 48.06 | 82.26 | - |
| YUV | 149.58 | 173.38 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 230 | 0.93 | 0.12 | 0 | 0.10 | 187.85 | 0.87 | 0.48 |
| Hex | 10 | CA | E6 | 5D | C | 0 | A | BC | 57 | 30 |
| Octal | 20 | 312 | 346 | 135 | 14 | 0 | 12 | 274 | 127 | 60 |
| Binary | 10000 | 11001010 | 11100110 | 1011101 | 1100 | 0 | 1010 | 10111100 | 1010111 | 110000 |
Color Harmonies of #10CAE6
Complementary color
Monochromatic Colors of #10CAE6
Black with #10CAE6
Text Example
Text Example
White with #10CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAE6; }
p { color: rgb(16,202,230); }
H1.HeaderClassName
{
color: #10CAE6;
}
.AnyTagClassName
{
color: #10CAE6;
}
</style>
background-color css
<style>
a { background-color: #10CAE6; }
a { background-color: rgb(16,202,230); }
div.DivClassName
{
background-color: #10CAE6;
}
.BgClassName
{
background-color: #10CAE6;
}
</style>
border-color css
<style>
span { border-color: #10CAE6; }
span { border-color: rgb(16,202,230); }
td.TdClassName
{
border-color: #10CAE6;
}
.TagClassName
{
border-color: #10CAE6;
}
</style>