Shades of Bright Turquoise #10DAE6
Tints of Bright Turquoise #10DAE6
RGB
CMYK
RGB Variations
Color information
#10DAE6 (or 0x10DAE6) is known color: Bright Turquoise. HEX triplet: 10, DA and E6. RGB value is (16,218,230). Sum of RGB (Red+Green+Blue) = 16+218+230=464 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.45% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #10DAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DAE6 is #EF2519. Grayscale: #9E9E9E. Windows color (decimal): -15672602 or 15129104. OLE color: 15129104.
HSL color Cylindrical-coordinate representation of color #10DAE6: hue angle of 183.36º 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 #10DAE6 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 218 | 230 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.10 |
| HSL | 183.36º | 0.87% | 0.48% | - |
| HSV(B) | 183.36º | 0.93% | 0.9% | - |
| XYZ | 39.57 | 55.97 | 83.58 | - |
| YUV | 158.97 | 168.08 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 230 | 0.93 | 0.05 | 0 | 0.10 | 183.36 | 0.87 | 0.48 |
| Hex | 10 | DA | E6 | 5D | 5 | 0 | A | B7 | 57 | 30 |
| Octal | 20 | 332 | 346 | 135 | 5 | 0 | 12 | 267 | 127 | 60 |
| Binary | 10000 | 11011010 | 11100110 | 1011101 | 101 | 0 | 1010 | 10110111 | 1010111 | 110000 |
Color Harmonies of #10DAE6
Complementary color
Monochromatic Colors of #10DAE6
Black with #10DAE6
Text Example
Text Example
White with #10DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAE6; }
p { color: rgb(16,218,230); }
H1.HeaderClassName
{
color: #10DAE6;
}
.AnyTagClassName
{
color: #10DAE6;
}
</style>
background-color css
<style>
a { background-color: #10DAE6; }
a { background-color: rgb(16,218,230); }
div.DivClassName
{
background-color: #10DAE6;
}
.BgClassName
{
background-color: #10DAE6;
}
</style>
border-color css
<style>
span { border-color: #10DAE6; }
span { border-color: rgb(16,218,230); }
td.TdClassName
{
border-color: #10DAE6;
}
.TagClassName
{
border-color: #10DAE6;
}
</style>