Shades of Dark Turquoise #10CAE7
Tints of Dark Turquoise #10CAE7
RGB
CMYK
RGB Variations
Color information
#10CAE7 (or 0x10CAE7) is known color: Dark Turquoise. HEX triplet: 10, CA and E7. RGB value is (16,202,231). Sum of RGB (Red+Green+Blue) = 16+202+231=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #10CAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CAE7 is #EF3518. Grayscale: #959595. Windows color (decimal): -15676697 or 15190544. OLE color: 15190544.
HSL color Cylindrical-coordinate representation of color #10CAE7: hue angle of 188.09º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CAE7 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 202 | 231 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.09 |
| HSL | 188.09º | 0.87% | 0.48% | - |
| HSV(B) | 188.09º | 0.93% | 0.91% | - |
| XYZ | 35.76 | 48.12 | 83 | - |
| YUV | 149.69 | 173.88 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 231 | 0.93 | 0.13 | 0 | 0.09 | 188.09 | 0.87 | 0.48 |
| Hex | 10 | CA | E7 | 5D | D | 0 | 9 | BC | 57 | 30 |
| Octal | 20 | 312 | 347 | 135 | 15 | 0 | 11 | 274 | 127 | 60 |
| Binary | 10000 | 11001010 | 11100111 | 1011101 | 1101 | 0 | 1001 | 10111100 | 1010111 | 110000 |
Color Harmonies of #10CAE7
Complementary color
Monochromatic Colors of #10CAE7
Black with #10CAE7
Text Example
Text Example
White with #10CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAE7; }
p { color: rgb(16,202,231); }
H1.HeaderClassName
{
color: #10CAE7;
}
.AnyTagClassName
{
color: #10CAE7;
}
</style>
background-color css
<style>
a { background-color: #10CAE7; }
a { background-color: rgb(16,202,231); }
div.DivClassName
{
background-color: #10CAE7;
}
.BgClassName
{
background-color: #10CAE7;
}
</style>
border-color css
<style>
span { border-color: #10CAE7; }
span { border-color: rgb(16,202,231); }
td.TdClassName
{
border-color: #10CAE7;
}
.TagClassName
{
border-color: #10CAE7;
}
</style>