Shades of Bright Turquoise #10EAD2
Tints of Bright Turquoise #10EAD2
RGB
CMYK
RGB Variations
Color information
#10EAD2 (or 0x10EAD2) is known color: Bright Turquoise. HEX triplet: 10, EA and D2. RGB value is (16,234,210). Sum of RGB (Red+Green+Blue) = 16+234+210=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #10EAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EAD2 is #EF152D. Grayscale: #A5A5A5. Windows color (decimal): -15668526 or 13822480. OLE color: 13822480.
HSL color Cylindrical-coordinate representation of color #10EAD2: hue angle of 173.39º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EAD2 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 210 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.08 |
| HSL | 173.39º | 0.87% | 0.49% | - |
| HSV(B) | 173.39º | 0.93% | 0.92% | - |
| XYZ | 41.27 | 63.61 | 71.08 | - |
| YUV | 166.08 | 152.78 | 20.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 210 | 0.93 | 0 | 0.10 | 0.08 | 173.39 | 0.87 | 0.49 |
| Hex | 10 | EA | D2 | 5D | 0 | A | 8 | AD | 57 | 31 |
| Octal | 20 | 352 | 322 | 135 | 0 | 12 | 10 | 255 | 127 | 61 |
| Binary | 10000 | 11101010 | 11010010 | 1011101 | 0 | 1010 | 1000 | 10101101 | 1010111 | 110001 |
Color Harmonies of #10EAD2
Complementary color
Monochromatic Colors of #10EAD2
Black with #10EAD2
Text Example
Text Example
White with #10EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EAD2; }
p { color: rgb(16,234,210); }
H1.HeaderClassName
{
color: #10EAD2;
}
.AnyTagClassName
{
color: #10EAD2;
}
</style>
background-color css
<style>
a { background-color: #10EAD2; }
a { background-color: rgb(16,234,210); }
div.DivClassName
{
background-color: #10EAD2;
}
.BgClassName
{
background-color: #10EAD2;
}
</style>
border-color css
<style>
span { border-color: #10EAD2; }
span { border-color: rgb(16,234,210); }
td.TdClassName
{
border-color: #10EAD2;
}
.TagClassName
{
border-color: #10EAD2;
}
</style>