Shades of Bright Turquoise #20ECF3
Tints of Bright Turquoise #20ECF3
RGB
CMYK
RGB Variations
Color information
#20ECF3 (or 0x20ECF3) is known color: Bright Turquoise. HEX triplet: 20, EC and F3. RGB value is (32,236,243). Sum of RGB (Red+Green+Blue) = 32+236+243=511 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.26% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #20ECF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20ECF3 is #DF130C. Grayscale: #AFAFAF. Windows color (decimal): -14619405 or 15985696. OLE color: 15985696.
HSL color Cylindrical-coordinate representation of color #20ECF3: hue angle of 181.99º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ECF3 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 236 | 243 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.05 |
| HSL | 181.99º | 0.9% | 0.54% | - |
| HSV(B) | 181.99º | 0.87% | 0.95% | - |
| XYZ | 46.77 | 66.77 | 95.22 | - |
| YUV | 175.8 | 165.91 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 243 | 0.87 | 0.03 | 0 | 0.05 | 181.99 | 0.9 | 0.54 |
| Hex | 20 | EC | F3 | 57 | 3 | 0 | 5 | B6 | 5A | 36 |
| Octal | 40 | 354 | 363 | 127 | 3 | 0 | 5 | 266 | 132 | 66 |
| Binary | 100000 | 11101100 | 11110011 | 1010111 | 11 | 0 | 101 | 10110110 | 1011010 | 110110 |
Color Harmonies of #20ECF3
Complementary color
Monochromatic Colors of #20ECF3
Black with #20ECF3
Text Example
Text Example
White with #20ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECF3; }
p { color: rgb(32,236,243); }
H1.HeaderClassName
{
color: #20ECF3;
}
.AnyTagClassName
{
color: #20ECF3;
}
</style>
background-color css
<style>
a { background-color: #20ECF3; }
a { background-color: rgb(32,236,243); }
div.DivClassName
{
background-color: #20ECF3;
}
.BgClassName
{
background-color: #20ECF3;
}
</style>
border-color css
<style>
span { border-color: #20ECF3; }
span { border-color: rgb(32,236,243); }
td.TdClassName
{
border-color: #20ECF3;
}
.TagClassName
{
border-color: #20ECF3;
}
</style>