Shades of Bright Turquoise #20FCD8
Tints of Bright Turquoise #20FCD8
RGB
CMYK
RGB Variations
Color information
#20FCD8 (or 0x20FCD8) is known color: Bright Turquoise. HEX triplet: 20, FC and D8. RGB value is (32,252,216). Sum of RGB (Red+Green+Blue) = 32+252+216=500 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.4% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCD8 is #DF0327. Grayscale: #B6B6B6. Windows color (decimal): -14615336 or 14220320. OLE color: 14220320.
HSL color Cylindrical-coordinate representation of color #20FCD8: hue angle of 170.18º 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 #20FCD8 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 216 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.01 |
| HSL | 170.18º | 0.97% | 0.56% | - |
| HSV(B) | 170.18º | 0.87% | 0.99% | - |
| XYZ | 47.8 | 74.89 | 76.9 | - |
| YUV | 182.12 | 147.11 | 20.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 216 | 0.87 | 0 | 0.14 | 0.01 | 170.18 | 0.97 | 0.56 |
| Hex | 20 | FC | D8 | 57 | 0 | E | 1 | AA | 61 | 38 |
| Octal | 40 | 374 | 330 | 127 | 0 | 16 | 1 | 252 | 141 | 70 |
| Binary | 100000 | 11111100 | 11011000 | 1010111 | 0 | 1110 | 1 | 10101010 | 1100001 | 111000 |
Color Harmonies of #20FCD8
Complementary color
Monochromatic Colors of #20FCD8
Black with #20FCD8
Text Example
Text Example
White with #20FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCD8; }
p { color: rgb(32,252,216); }
H1.HeaderClassName
{
color: #20FCD8;
}
.AnyTagClassName
{
color: #20FCD8;
}
</style>
background-color css
<style>
a { background-color: #20FCD8; }
a { background-color: rgb(32,252,216); }
div.DivClassName
{
background-color: #20FCD8;
}
.BgClassName
{
background-color: #20FCD8;
}
</style>
border-color css
<style>
span { border-color: #20FCD8; }
span { border-color: rgb(32,252,216); }
td.TdClassName
{
border-color: #20FCD8;
}
.TagClassName
{
border-color: #20FCD8;
}
</style>