Shades of Bright Turquoise #10E6D3
Tints of Bright Turquoise #10E6D3
RGB
CMYK
RGB Variations
Color information
#10E6D3 (or 0x10E6D3) is known color: Bright Turquoise. HEX triplet: 10, E6 and D3. RGB value is (16,230,211). Sum of RGB (Red+Green+Blue) = 16+230+211=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #10E6D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E6D3 is #EF192C. Grayscale: #A3A3A3. Windows color (decimal): -15669549 or 13886992. OLE color: 13886992.
HSL color Cylindrical-coordinate representation of color #10E6D3: hue angle of 174.67º 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 #10E6D3 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 211 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.10 |
| HSL | 174.67º | 0.87% | 0.48% | - |
| HSV(B) | 174.67º | 0.93% | 0.9% | - |
| XYZ | 40.27 | 61.41 | 71.36 | - |
| YUV | 163.85 | 154.6 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 211 | 0.93 | 0 | 0.08 | 0.10 | 174.67 | 0.87 | 0.48 |
| Hex | 10 | E6 | D3 | 5D | 0 | 8 | A | AF | 57 | 30 |
| Octal | 20 | 346 | 323 | 135 | 0 | 10 | 12 | 257 | 127 | 60 |
| Binary | 10000 | 11100110 | 11010011 | 1011101 | 0 | 1000 | 1010 | 10101111 | 1010111 | 110000 |
Color Harmonies of #10E6D3
Complementary color
Monochromatic Colors of #10E6D3
Black with #10E6D3
Text Example
Text Example
White with #10E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E6D3; }
p { color: rgb(16,230,211); }
H1.HeaderClassName
{
color: #10E6D3;
}
.AnyTagClassName
{
color: #10E6D3;
}
</style>
background-color css
<style>
a { background-color: #10E6D3; }
a { background-color: rgb(16,230,211); }
div.DivClassName
{
background-color: #10E6D3;
}
.BgClassName
{
background-color: #10E6D3;
}
</style>
border-color css
<style>
span { border-color: #10E6D3; }
span { border-color: rgb(16,230,211); }
td.TdClassName
{
border-color: #10E6D3;
}
.TagClassName
{
border-color: #10E6D3;
}
</style>