Shades of Bright Turquoise #20FDE7
Tints of Bright Turquoise #20FDE7
RGB
CMYK
RGB Variations
Color information
#20FDE7 (or 0x20FDE7) is known color: Bright Turquoise. HEX triplet: 20, FD and E7. RGB value is (32,253,231). Sum of RGB (Red+Green+Blue) = 32+253+231=516 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.20% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FDE7 is #DF0218. Grayscale: #B8B8B8. Windows color (decimal): -14615065 or 15203616. OLE color: 15203616.
HSL color Cylindrical-coordinate representation of color #20FDE7: hue angle of 174.03º degrees, saturation: 0.98, 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 #20FDE7 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 231 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.01 |
| HSL | 174.03º | 0.98% | 0.56% | - |
| HSV(B) | 174.03º | 0.87% | 0.99% | - |
| XYZ | 50.14 | 76.33 | 87.69 | - |
| YUV | 184.41 | 154.28 | 19.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 231 | 0.87 | 0 | 0.09 | 0.01 | 174.03 | 0.98 | 0.56 |
| Hex | 20 | FD | E7 | 57 | 0 | 9 | 1 | AE | 62 | 38 |
| Octal | 40 | 375 | 347 | 127 | 0 | 11 | 1 | 256 | 142 | 70 |
| Binary | 100000 | 11111101 | 11100111 | 1010111 | 0 | 1001 | 1 | 10101110 | 1100010 | 111000 |
Color Harmonies of #20FDE7
Complementary color
Monochromatic Colors of #20FDE7
Black with #20FDE7
Text Example
Text Example
White with #20FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDE7; }
p { color: rgb(32,253,231); }
H1.HeaderClassName
{
color: #20FDE7;
}
.AnyTagClassName
{
color: #20FDE7;
}
</style>
background-color css
<style>
a { background-color: #20FDE7; }
a { background-color: rgb(32,253,231); }
div.DivClassName
{
background-color: #20FDE7;
}
.BgClassName
{
background-color: #20FDE7;
}
</style>
border-color css
<style>
span { border-color: #20FDE7; }
span { border-color: rgb(32,253,231); }
td.TdClassName
{
border-color: #20FDE7;
}
.TagClassName
{
border-color: #20FDE7;
}
</style>