Shades of Bright Turquoise #20FCDD
Tints of Bright Turquoise #20FCDD
RGB
CMYK
RGB Variations
Color information
#20FCDD (or 0x20FCDD) is known color: Bright Turquoise. HEX triplet: 20, FC and DD. RGB value is (32,252,221). Sum of RGB (Red+Green+Blue) = 32+252+221=505 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.34% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCDD is #DF0322. Grayscale: #B6B6B6. Windows color (decimal): -14615331 or 14548000. OLE color: 14548000.
HSL color Cylindrical-coordinate representation of color #20FCDD: hue angle of 171.55º 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 #20FCDD is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 221 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.01 |
| HSL | 171.55º | 0.97% | 0.56% | - |
| HSV(B) | 171.55º | 0.87% | 0.99% | - |
| XYZ | 48.46 | 75.15 | 80.36 | - |
| YUV | 182.69 | 149.61 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 221 | 0.87 | 0 | 0.12 | 0.01 | 171.55 | 0.97 | 0.56 |
| Hex | 20 | FC | DD | 57 | 0 | C | 1 | AC | 61 | 38 |
| Octal | 40 | 374 | 335 | 127 | 0 | 14 | 1 | 254 | 141 | 70 |
| Binary | 100000 | 11111100 | 11011101 | 1010111 | 0 | 1100 | 1 | 10101100 | 1100001 | 111000 |
Color Harmonies of #20FCDD
Complementary color
Monochromatic Colors of #20FCDD
Black with #20FCDD
Text Example
Text Example
White with #20FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCDD; }
p { color: rgb(32,252,221); }
H1.HeaderClassName
{
color: #20FCDD;
}
.AnyTagClassName
{
color: #20FCDD;
}
</style>
background-color css
<style>
a { background-color: #20FCDD; }
a { background-color: rgb(32,252,221); }
div.DivClassName
{
background-color: #20FCDD;
}
.BgClassName
{
background-color: #20FCDD;
}
</style>
border-color css
<style>
span { border-color: #20FCDD; }
span { border-color: rgb(32,252,221); }
td.TdClassName
{
border-color: #20FCDD;
}
.TagClassName
{
border-color: #20FCDD;
}
</style>