Shades of Bright Turquoise #10E6CD
Tints of Bright Turquoise #10E6CD
RGB
CMYK
RGB Variations
Color information
#10E6CD (or 0x10E6CD) is known color: Bright Turquoise. HEX triplet: 10, E6 and CD. RGB value is (16,230,205). Sum of RGB (Red+Green+Blue) = 16+230+205=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #10E6CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E6CD is #EF1932. Grayscale: #A3A3A3. Windows color (decimal): -15669555 or 13493776. OLE color: 13493776.
HSL color Cylindrical-coordinate representation of color #10E6CD: hue angle of 172.99º 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 #10E6CD is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 205 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.10 |
| HSL | 172.99º | 0.87% | 0.48% | - |
| HSV(B) | 172.99º | 0.93% | 0.9% | - |
| XYZ | 39.53 | 61.11 | 67.47 | - |
| YUV | 163.16 | 151.6 | 23.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 205 | 0.93 | 0 | 0.11 | 0.10 | 172.99 | 0.87 | 0.48 |
| Hex | 10 | E6 | CD | 5D | 0 | B | A | AD | 57 | 30 |
| Octal | 20 | 346 | 315 | 135 | 0 | 13 | 12 | 255 | 127 | 60 |
| Binary | 10000 | 11100110 | 11001101 | 1011101 | 0 | 1011 | 1010 | 10101101 | 1010111 | 110000 |
Color Harmonies of #10E6CD
Complementary color
Monochromatic Colors of #10E6CD
Black with #10E6CD
Text Example
Text Example
White with #10E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E6CD; }
p { color: rgb(16,230,205); }
H1.HeaderClassName
{
color: #10E6CD;
}
.AnyTagClassName
{
color: #10E6CD;
}
</style>
background-color css
<style>
a { background-color: #10E6CD; }
a { background-color: rgb(16,230,205); }
div.DivClassName
{
background-color: #10E6CD;
}
.BgClassName
{
background-color: #10E6CD;
}
</style>
border-color css
<style>
span { border-color: #10E6CD; }
span { border-color: rgb(16,230,205); }
td.TdClassName
{
border-color: #10E6CD;
}
.TagClassName
{
border-color: #10E6CD;
}
</style>