Shades of Bright Turquoise #10D9DA
Tints of Bright Turquoise #10D9DA
RGB
CMYK
RGB Variations
Color information
#10D9DA (or 0x10D9DA) is known color: Bright Turquoise. HEX triplet: 10, D9 and DA. RGB value is (16,217,218). Sum of RGB (Red+Green+Blue) = 16+217+218=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #10D9DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D9DA is #EF2625. Grayscale: #9C9C9C. Windows color (decimal): -15672870 or 14342416. OLE color: 14342416.
HSL color Cylindrical-coordinate representation of color #10D9DA: hue angle of 180.3º 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 #10D9DA is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 218 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.15 |
| HSL | 180.3º | 0.86% | 0.46% | - |
| HSV(B) | 180.3º | 0.93% | 0.85% | - |
| XYZ | 37.68 | 54.8 | 74.92 | - |
| YUV | 157.02 | 162.41 | 27.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 218 | 0.93 | 0.00 | 0 | 0.15 | 180.3 | 0.86 | 0.46 |
| Hex | 10 | D9 | DA | 5D | 0 | 0 | F | B4 | 56 | 2E |
| Octal | 20 | 331 | 332 | 135 | 0 | 0 | 17 | 264 | 126 | 56 |
| Binary | 10000 | 11011001 | 11011010 | 1011101 | 0 | 0 | 1111 | 10110100 | 1010110 | 101110 |
Color Harmonies of #10D9DA
Complementary color
Monochromatic Colors of #10D9DA
Black with #10D9DA
Text Example
Text Example
White with #10D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D9DA; }
p { color: rgb(16,217,218); }
H1.HeaderClassName
{
color: #10D9DA;
}
.AnyTagClassName
{
color: #10D9DA;
}
</style>
background-color css
<style>
a { background-color: #10D9DA; }
a { background-color: rgb(16,217,218); }
div.DivClassName
{
background-color: #10D9DA;
}
.BgClassName
{
background-color: #10D9DA;
}
</style>
border-color css
<style>
span { border-color: #10D9DA; }
span { border-color: rgb(16,217,218); }
td.TdClassName
{
border-color: #10D9DA;
}
.TagClassName
{
border-color: #10D9DA;
}
</style>