Shades of Bright Turquoise #10DCEC
Tints of Bright Turquoise #10DCEC
RGB
CMYK
RGB Variations
Color information
#10DCEC (or 0x10DCEC) is known color: Bright Turquoise. HEX triplet: 10, DC and EC. RGB value is (16,220,236). Sum of RGB (Red+Green+Blue) = 16+220+236=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #10DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCEC is #EF2313. Grayscale: #A0A0A0. Windows color (decimal): -15672084 or 15522832. OLE color: 15522832.
HSL color Cylindrical-coordinate representation of color #10DCEC: hue angle of 184.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 #10DCEC is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 220 | 236 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.07 |
| HSL | 184.36º | 0.87% | 0.49% | - |
| HSV(B) | 184.36º | 0.93% | 0.93% | - |
| XYZ | 40.95 | 57.35 | 88.27 | - |
| YUV | 160.83 | 170.41 | 24.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 236 | 0.93 | 0.07 | 0 | 0.07 | 184.36 | 0.87 | 0.49 |
| Hex | 10 | DC | EC | 5D | 7 | 0 | 7 | B8 | 57 | 31 |
| Octal | 20 | 334 | 354 | 135 | 7 | 0 | 7 | 270 | 127 | 61 |
| Binary | 10000 | 11011100 | 11101100 | 1011101 | 111 | 0 | 111 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10DCEC
Complementary color
Monochromatic Colors of #10DCEC
Black with #10DCEC
Text Example
Text Example
White with #10DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCEC; }
p { color: rgb(16,220,236); }
H1.HeaderClassName
{
color: #10DCEC;
}
.AnyTagClassName
{
color: #10DCEC;
}
</style>
background-color css
<style>
a { background-color: #10DCEC; }
a { background-color: rgb(16,220,236); }
div.DivClassName
{
background-color: #10DCEC;
}
.BgClassName
{
background-color: #10DCEC;
}
</style>
border-color css
<style>
span { border-color: #10DCEC; }
span { border-color: rgb(16,220,236); }
td.TdClassName
{
border-color: #10DCEC;
}
.TagClassName
{
border-color: #10DCEC;
}
</style>