Shades of Bright Turquoise #20FCE6
Tints of Bright Turquoise #20FCE6
RGB
CMYK
RGB Variations
Color information
#20FCE6 (or 0x20FCE6) is known color: Bright Turquoise. HEX triplet: 20, FC and E6. RGB value is (32,252,230). Sum of RGB (Red+Green+Blue) = 32+252+230=514 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.23% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FCE6 is #DF0319. Grayscale: #B7B7B7. Windows color (decimal): -14615322 or 15137824. OLE color: 15137824.
HSL color Cylindrical-coordinate representation of color #20FCE6: hue angle of 174º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCE6 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 230 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.01 |
| HSL | 174º | 0.97% | 0.56% | - |
| HSV(B) | 174º | 0.87% | 0.99% | - |
| XYZ | 49.69 | 75.64 | 86.84 | - |
| YUV | 183.71 | 154.11 | 19.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 230 | 0.87 | 0 | 0.09 | 0.01 | 174 | 0.97 | 0.56 |
| Hex | 20 | FC | E6 | 57 | 0 | 9 | 1 | AE | 61 | 38 |
| Octal | 40 | 374 | 346 | 127 | 0 | 11 | 1 | 256 | 141 | 70 |
| Binary | 100000 | 11111100 | 11100110 | 1010111 | 0 | 1001 | 1 | 10101110 | 1100001 | 111000 |
Color Harmonies of #20FCE6
Complementary color
Monochromatic Colors of #20FCE6
Black with #20FCE6
Text Example
Text Example
White with #20FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCE6; }
p { color: rgb(32,252,230); }
H1.HeaderClassName
{
color: #20FCE6;
}
.AnyTagClassName
{
color: #20FCE6;
}
</style>
background-color css
<style>
a { background-color: #20FCE6; }
a { background-color: rgb(32,252,230); }
div.DivClassName
{
background-color: #20FCE6;
}
.BgClassName
{
background-color: #20FCE6;
}
</style>
border-color css
<style>
span { border-color: #20FCE6; }
span { border-color: rgb(32,252,230); }
td.TdClassName
{
border-color: #20FCE6;
}
.TagClassName
{
border-color: #20FCE6;
}
</style>