Shades of Bright Turquoise #10D9E8
Tints of Bright Turquoise #10D9E8
RGB
CMYK
RGB Variations
Color information
#10D9E8 (or 0x10D9E8) is known color: Bright Turquoise. HEX triplet: 10, D9 and E8. RGB value is (16,217,232). Sum of RGB (Red+Green+Blue) = 16+217+232=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #10D9E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D9E8 is #EF2617. Grayscale: #9E9E9E. Windows color (decimal): -15672856 or 15259920. OLE color: 15259920.
HSL color Cylindrical-coordinate representation of color #10D9E8: hue angle of 184.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D9E8 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 217 | 232 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.09 |
| HSL | 184.17º | 0.87% | 0.49% | - |
| HSV(B) | 184.17º | 0.93% | 0.91% | - |
| XYZ | 39.59 | 55.56 | 84.98 | - |
| YUV | 158.61 | 169.41 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 232 | 0.93 | 0.06 | 0 | 0.09 | 184.17 | 0.87 | 0.49 |
| Hex | 10 | D9 | E8 | 5D | 6 | 0 | 9 | B8 | 57 | 31 |
| Octal | 20 | 331 | 350 | 135 | 6 | 0 | 11 | 270 | 127 | 61 |
| Binary | 10000 | 11011001 | 11101000 | 1011101 | 110 | 0 | 1001 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10D9E8
Complementary color
Monochromatic Colors of #10D9E8
Black with #10D9E8
Text Example
Text Example
White with #10D9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D9E8; }
p { color: rgb(16,217,232); }
H1.HeaderClassName
{
color: #10D9E8;
}
.AnyTagClassName
{
color: #10D9E8;
}
</style>
background-color css
<style>
a { background-color: #10D9E8; }
a { background-color: rgb(16,217,232); }
div.DivClassName
{
background-color: #10D9E8;
}
.BgClassName
{
background-color: #10D9E8;
}
</style>
border-color css
<style>
span { border-color: #10D9E8; }
span { border-color: rgb(16,217,232); }
td.TdClassName
{
border-color: #10D9E8;
}
.TagClassName
{
border-color: #10D9E8;
}
</style>