Shades of Bright Turquoise #10ECDD
Tints of Bright Turquoise #10ECDD
RGB
CMYK
RGB Variations
Color information
#10ECDD (or 0x10ECDD) is known color: Bright Turquoise. HEX triplet: 10, EC and DD. RGB value is (16,236,221). Sum of RGB (Red+Green+Blue) = 16+236+221=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECDD is #EF1322. Grayscale: #A8A8A8. Windows color (decimal): -15668003 or 14543888. OLE color: 14543888.
HSL color Cylindrical-coordinate representation of color #10ECDD: hue angle of 175.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ECDD is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 221 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.07 |
| HSL | 175.91º | 0.87% | 0.49% | - |
| HSV(B) | 175.91º | 0.93% | 0.93% | - |
| XYZ | 43.26 | 65.32 | 78.73 | - |
| YUV | 168.51 | 157.61 | 19.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 221 | 0.93 | 0 | 0.06 | 0.07 | 175.91 | 0.87 | 0.49 |
| Hex | 10 | EC | DD | 5D | 0 | 6 | 7 | B0 | 57 | 31 |
| Octal | 20 | 354 | 335 | 135 | 0 | 6 | 7 | 260 | 127 | 61 |
| Binary | 10000 | 11101100 | 11011101 | 1011101 | 0 | 110 | 111 | 10110000 | 1010111 | 110001 |
Color Harmonies of #10ECDD
Complementary color
Monochromatic Colors of #10ECDD
Black with #10ECDD
Text Example
Text Example
White with #10ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECDD; }
p { color: rgb(16,236,221); }
H1.HeaderClassName
{
color: #10ECDD;
}
.AnyTagClassName
{
color: #10ECDD;
}
</style>
background-color css
<style>
a { background-color: #10ECDD; }
a { background-color: rgb(16,236,221); }
div.DivClassName
{
background-color: #10ECDD;
}
.BgClassName
{
background-color: #10ECDD;
}
</style>
border-color css
<style>
span { border-color: #10ECDD; }
span { border-color: rgb(16,236,221); }
td.TdClassName
{
border-color: #10ECDD;
}
.TagClassName
{
border-color: #10ECDD;
}
</style>