Shades of Bright Turquoise #20FCDB
Tints of Bright Turquoise #20FCDB
RGB
CMYK
RGB Variations
Color information
#20FCDB (or 0x20FCDB) is known color: Bright Turquoise. HEX triplet: 20, FC and DB. RGB value is (32,252,219). Sum of RGB (Red+Green+Blue) = 32+252+219=503 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.36% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCDB is #DF0324. Grayscale: #B6B6B6. Windows color (decimal): -14615333 or 14416928. OLE color: 14416928.
HSL color Cylindrical-coordinate representation of color #20FCDB: hue angle of 171º 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 #20FCDB is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 219 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.01 |
| HSL | 171º | 0.97% | 0.56% | - |
| HSV(B) | 171º | 0.87% | 0.99% | - |
| XYZ | 48.19 | 75.04 | 78.96 | - |
| YUV | 182.46 | 148.61 | 20.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 219 | 0.87 | 0 | 0.13 | 0.01 | 171 | 0.97 | 0.56 |
| Hex | 20 | FC | DB | 57 | 0 | D | 1 | AB | 61 | 38 |
| Octal | 40 | 374 | 333 | 127 | 0 | 15 | 1 | 253 | 141 | 70 |
| Binary | 100000 | 11111100 | 11011011 | 1010111 | 0 | 1101 | 1 | 10101011 | 1100001 | 111000 |
Color Harmonies of #20FCDB
Complementary color
Monochromatic Colors of #20FCDB
Black with #20FCDB
Text Example
Text Example
White with #20FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCDB; }
p { color: rgb(32,252,219); }
H1.HeaderClassName
{
color: #20FCDB;
}
.AnyTagClassName
{
color: #20FCDB;
}
</style>
background-color css
<style>
a { background-color: #20FCDB; }
a { background-color: rgb(32,252,219); }
div.DivClassName
{
background-color: #20FCDB;
}
.BgClassName
{
background-color: #20FCDB;
}
</style>
border-color css
<style>
span { border-color: #20FCDB; }
span { border-color: rgb(32,252,219); }
td.TdClassName
{
border-color: #20FCDB;
}
.TagClassName
{
border-color: #20FCDB;
}
</style>