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