Shades of Bright Turquoise #10ECEE
Tints of Bright Turquoise #10ECEE
RGB
CMYK
RGB Variations
Color information
#10ECEE (or 0x10ECEE) is known color: Bright Turquoise. HEX triplet: 10, EC and EE. RGB value is (16,236,238). Sum of RGB (Red+Green+Blue) = 16+236+238=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #10ECEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10ECEE is #EF1311. Grayscale: #AAAAAA. Windows color (decimal): -15667986 or 15658000. OLE color: 15658000.
HSL color Cylindrical-coordinate representation of color #10ECEE: hue angle of 180.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ECEE is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 238 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.07 |
| HSL | 180.54º | 0.87% | 0.5% | - |
| HSV(B) | 180.54º | 0.93% | 0.93% | - |
| XYZ | 45.64 | 66.27 | 91.28 | - |
| YUV | 170.45 | 166.11 | 17.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 238 | 0.93 | 0.01 | 0 | 0.07 | 180.54 | 0.87 | 0.5 |
| Hex | 10 | EC | EE | 5D | 1 | 0 | 7 | B5 | 57 | 32 |
| Octal | 20 | 354 | 356 | 135 | 1 | 0 | 7 | 265 | 127 | 62 |
| Binary | 10000 | 11101100 | 11101110 | 1011101 | 1 | 0 | 111 | 10110101 | 1010111 | 110010 |
Color Harmonies of #10ECEE
Complementary color
Monochromatic Colors of #10ECEE
Black with #10ECEE
Text Example
Text Example
White with #10ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECEE; }
p { color: rgb(16,236,238); }
H1.HeaderClassName
{
color: #10ECEE;
}
.AnyTagClassName
{
color: #10ECEE;
}
</style>
background-color css
<style>
a { background-color: #10ECEE; }
a { background-color: rgb(16,236,238); }
div.DivClassName
{
background-color: #10ECEE;
}
.BgClassName
{
background-color: #10ECEE;
}
</style>
border-color css
<style>
span { border-color: #10ECEE; }
span { border-color: rgb(16,236,238); }
td.TdClassName
{
border-color: #10ECEE;
}
.TagClassName
{
border-color: #10ECEE;
}
</style>