Shades of Bright Turquoise #10ECF3
Tints of Bright Turquoise #10ECF3
RGB
CMYK
RGB Variations
Color information
#10ECF3 (or 0x10ECF3) is known color: Bright Turquoise. HEX triplet: 10, EC and F3. RGB value is (16,236,243). Sum of RGB (Red+Green+Blue) = 16+236+243=495 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #10ECF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10ECF3 is #EF130C. Grayscale: #AAAAAA. Windows color (decimal): -15667981 or 15985680. OLE color: 15985680.
HSL color Cylindrical-coordinate representation of color #10ECF3: hue angle of 181.85º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ECF3 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 236 | 243 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.05 |
| HSL | 181.85º | 0.9% | 0.51% | - |
| HSV(B) | 181.85º | 0.93% | 0.95% | - |
| XYZ | 46.39 | 66.57 | 95.2 | - |
| YUV | 171.02 | 168.61 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 243 | 0.93 | 0.03 | 0 | 0.05 | 181.85 | 0.9 | 0.51 |
| Hex | 10 | EC | F3 | 5D | 3 | 0 | 5 | B6 | 5A | 33 |
| Octal | 20 | 354 | 363 | 135 | 3 | 0 | 5 | 266 | 132 | 63 |
| Binary | 10000 | 11101100 | 11110011 | 1011101 | 11 | 0 | 101 | 10110110 | 1011010 | 110011 |
Color Harmonies of #10ECF3
Complementary color
Monochromatic Colors of #10ECF3
Black with #10ECF3
Text Example
Text Example
White with #10ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECF3; }
p { color: rgb(16,236,243); }
H1.HeaderClassName
{
color: #10ECF3;
}
.AnyTagClassName
{
color: #10ECF3;
}
</style>
background-color css
<style>
a { background-color: #10ECF3; }
a { background-color: rgb(16,236,243); }
div.DivClassName
{
background-color: #10ECF3;
}
.BgClassName
{
background-color: #10ECF3;
}
</style>
border-color css
<style>
span { border-color: #10ECF3; }
span { border-color: rgb(16,236,243); }
td.TdClassName
{
border-color: #10ECF3;
}
.TagClassName
{
border-color: #10ECF3;
}
</style>