Shades of Bright Turquoise #20FCE7
Tints of Bright Turquoise #20FCE7
RGB
CMYK
RGB Variations
Color information
#20FCE7 (or 0x20FCE7) is known color: Bright Turquoise. HEX triplet: 20, FC and E7. RGB value is (32,252,231). Sum of RGB (Red+Green+Blue) = 32+252+231=515 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.21% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FCE7 is #DF0318. Grayscale: #B7B7B7. Windows color (decimal): -14615321 or 15203360. OLE color: 15203360.
HSL color Cylindrical-coordinate representation of color #20FCE7: hue angle of 174.27º 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 #20FCE7 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 231 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.01 |
| HSL | 174.27º | 0.97% | 0.56% | - |
| HSV(B) | 174.27º | 0.87% | 0.99% | - |
| XYZ | 49.83 | 75.7 | 87.59 | - |
| YUV | 183.83 | 154.61 | 19.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 231 | 0.87 | 0 | 0.08 | 0.01 | 174.27 | 0.97 | 0.56 |
| Hex | 20 | FC | E7 | 57 | 0 | 8 | 1 | AE | 61 | 38 |
| Octal | 40 | 374 | 347 | 127 | 0 | 10 | 1 | 256 | 141 | 70 |
| Binary | 100000 | 11111100 | 11100111 | 1010111 | 0 | 1000 | 1 | 10101110 | 1100001 | 111000 |
Color Harmonies of #20FCE7
Complementary color
Monochromatic Colors of #20FCE7
Black with #20FCE7
Text Example
Text Example
White with #20FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCE7; }
p { color: rgb(32,252,231); }
H1.HeaderClassName
{
color: #20FCE7;
}
.AnyTagClassName
{
color: #20FCE7;
}
</style>
background-color css
<style>
a { background-color: #20FCE7; }
a { background-color: rgb(32,252,231); }
div.DivClassName
{
background-color: #20FCE7;
}
.BgClassName
{
background-color: #20FCE7;
}
</style>
border-color css
<style>
span { border-color: #20FCE7; }
span { border-color: rgb(32,252,231); }
td.TdClassName
{
border-color: #20FCE7;
}
.TagClassName
{
border-color: #20FCE7;
}
</style>