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