Shades of Bright Turquoise #10ECDB
Tints of Bright Turquoise #10ECDB
RGB
CMYK
RGB Variations
Color information
#10ECDB (or 0x10ECDB) is known color: Bright Turquoise. HEX triplet: 10, EC and DB. RGB value is (16,236,219). Sum of RGB (Red+Green+Blue) = 16+236+219=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECDB is #EF1324. Grayscale: #A8A8A8. Windows color (decimal): -15668005 or 14412816. OLE color: 14412816.
HSL color Cylindrical-coordinate representation of color #10ECDB: hue angle of 175.36º 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 #10ECDB is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 219 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.07 |
| HSL | 175.36º | 0.87% | 0.49% | - |
| HSV(B) | 175.36º | 0.93% | 0.93% | - |
| XYZ | 43 | 65.22 | 77.34 | - |
| YUV | 168.28 | 156.61 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 219 | 0.93 | 0 | 0.07 | 0.07 | 175.36 | 0.87 | 0.49 |
| Hex | 10 | EC | DB | 5D | 0 | 7 | 7 | AF | 57 | 31 |
| Octal | 20 | 354 | 333 | 135 | 0 | 7 | 7 | 257 | 127 | 61 |
| Binary | 10000 | 11101100 | 11011011 | 1011101 | 0 | 111 | 111 | 10101111 | 1010111 | 110001 |
Color Harmonies of #10ECDB
Complementary color
Monochromatic Colors of #10ECDB
Black with #10ECDB
Text Example
Text Example
White with #10ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECDB; }
p { color: rgb(16,236,219); }
H1.HeaderClassName
{
color: #10ECDB;
}
.AnyTagClassName
{
color: #10ECDB;
}
</style>
background-color css
<style>
a { background-color: #10ECDB; }
a { background-color: rgb(16,236,219); }
div.DivClassName
{
background-color: #10ECDB;
}
.BgClassName
{
background-color: #10ECDB;
}
</style>
border-color css
<style>
span { border-color: #10ECDB; }
span { border-color: rgb(16,236,219); }
td.TdClassName
{
border-color: #10ECDB;
}
.TagClassName
{
border-color: #10ECDB;
}
</style>