Shades of Bright Turquoise #10ECF4
Tints of Bright Turquoise #10ECF4
RGB
CMYK
RGB Variations
Color information
#10ECF4 (or 0x10ECF4) is known color: Bright Turquoise. HEX triplet: 10, EC and F4. RGB value is (16,236,244). Sum of RGB (Red+Green+Blue) = 16+236+244=496 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #10ECF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10ECF4 is #EF130B. Grayscale: #AAAAAA. Windows color (decimal): -15667980 or 16051216. OLE color: 16051216.
HSL color Cylindrical-coordinate representation of color #10ECF4: hue angle of 182.11º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ECF4 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 236 | 244 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.04 |
| HSL | 182.11º | 0.91% | 0.51% | - |
| HSV(B) | 182.11º | 0.93% | 0.96% | - |
| XYZ | 46.54 | 66.63 | 96 | - |
| YUV | 171.13 | 169.11 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 244 | 0.93 | 0.03 | 0 | 0.04 | 182.11 | 0.91 | 0.51 |
| Hex | 10 | EC | F4 | 5D | 3 | 0 | 4 | B6 | 5B | 33 |
| Octal | 20 | 354 | 364 | 135 | 3 | 0 | 4 | 266 | 133 | 63 |
| Binary | 10000 | 11101100 | 11110100 | 1011101 | 11 | 0 | 100 | 10110110 | 1011011 | 110011 |
Color Harmonies of #10ECF4
Complementary color
Monochromatic Colors of #10ECF4
Black with #10ECF4
Text Example
Text Example
White with #10ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECF4; }
p { color: rgb(16,236,244); }
H1.HeaderClassName
{
color: #10ECF4;
}
.AnyTagClassName
{
color: #10ECF4;
}
</style>
background-color css
<style>
a { background-color: #10ECF4; }
a { background-color: rgb(16,236,244); }
div.DivClassName
{
background-color: #10ECF4;
}
.BgClassName
{
background-color: #10ECF4;
}
</style>
border-color css
<style>
span { border-color: #10ECF4; }
span { border-color: rgb(16,236,244); }
td.TdClassName
{
border-color: #10ECF4;
}
.TagClassName
{
border-color: #10ECF4;
}
</style>