Shades of Bright Turquoise #10EADD
Tints of Bright Turquoise #10EADD
RGB
CMYK
RGB Variations
Color information
#10EADD (or 0x10EADD) is known color: Bright Turquoise. HEX triplet: 10, EA and DD. RGB value is (16,234,221). Sum of RGB (Red+Green+Blue) = 16+234+221=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #10EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EADD is #EF1522. Grayscale: #A7A7A7. Windows color (decimal): -15668515 or 14543376. OLE color: 14543376.
HSL color Cylindrical-coordinate representation of color #10EADD: hue angle of 176.42º 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 #10EADD is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 221 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.08 |
| HSL | 176.42º | 0.87% | 0.49% | - |
| HSV(B) | 176.42º | 0.93% | 0.92% | - |
| XYZ | 42.69 | 64.18 | 78.54 | - |
| YUV | 167.34 | 158.28 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 221 | 0.93 | 0 | 0.06 | 0.08 | 176.42 | 0.87 | 0.49 |
| Hex | 10 | EA | DD | 5D | 0 | 6 | 8 | B0 | 57 | 31 |
| Octal | 20 | 352 | 335 | 135 | 0 | 6 | 10 | 260 | 127 | 61 |
| Binary | 10000 | 11101010 | 11011101 | 1011101 | 0 | 110 | 1000 | 10110000 | 1010111 | 110001 |
Color Harmonies of #10EADD
Complementary color
Monochromatic Colors of #10EADD
Black with #10EADD
Text Example
Text Example
White with #10EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EADD; }
p { color: rgb(16,234,221); }
H1.HeaderClassName
{
color: #10EADD;
}
.AnyTagClassName
{
color: #10EADD;
}
</style>
background-color css
<style>
a { background-color: #10EADD; }
a { background-color: rgb(16,234,221); }
div.DivClassName
{
background-color: #10EADD;
}
.BgClassName
{
background-color: #10EADD;
}
</style>
border-color css
<style>
span { border-color: #10EADD; }
span { border-color: rgb(16,234,221); }
td.TdClassName
{
border-color: #10EADD;
}
.TagClassName
{
border-color: #10EADD;
}
</style>