Shades of Bright Turquoise #20FCD6
Tints of Bright Turquoise #20FCD6
RGB
CMYK
RGB Variations
Color information
#20FCD6 (or 0x20FCD6) is known color: Bright Turquoise. HEX triplet: 20, FC and D6. RGB value is (32,252,214). Sum of RGB (Red+Green+Blue) = 32+252+214=498 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.43% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCD6 is #DF0329. Grayscale: #B5B5B5. Windows color (decimal): -14615338 or 14089248. OLE color: 14089248.
HSL color Cylindrical-coordinate representation of color #20FCD6: hue angle of 169.64º 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 #20FCD6 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 214 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.01 |
| HSL | 169.64º | 0.97% | 0.56% | - |
| HSV(B) | 169.64º | 0.87% | 0.99% | - |
| XYZ | 47.54 | 74.78 | 75.55 | - |
| YUV | 181.89 | 146.11 | 21.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 214 | 0.87 | 0 | 0.15 | 0.01 | 169.64 | 0.97 | 0.56 |
| Hex | 20 | FC | D6 | 57 | 0 | F | 1 | AA | 61 | 38 |
| Octal | 40 | 374 | 326 | 127 | 0 | 17 | 1 | 252 | 141 | 70 |
| Binary | 100000 | 11111100 | 11010110 | 1010111 | 0 | 1111 | 1 | 10101010 | 1100001 | 111000 |
Color Harmonies of #20FCD6
Complementary color
Monochromatic Colors of #20FCD6
Black with #20FCD6
Text Example
Text Example
White with #20FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCD6; }
p { color: rgb(32,252,214); }
H1.HeaderClassName
{
color: #20FCD6;
}
.AnyTagClassName
{
color: #20FCD6;
}
</style>
background-color css
<style>
a { background-color: #20FCD6; }
a { background-color: rgb(32,252,214); }
div.DivClassName
{
background-color: #20FCD6;
}
.BgClassName
{
background-color: #20FCD6;
}
</style>
border-color css
<style>
span { border-color: #20FCD6; }
span { border-color: rgb(32,252,214); }
td.TdClassName
{
border-color: #20FCD6;
}
.TagClassName
{
border-color: #20FCD6;
}
</style>