Shades of Bright Turquoise #20FDBF
Tints of Bright Turquoise #20FDBF
RGB
CMYK
RGB Variations
Color information
#20FDBF (or 0x20FDBF) is known color: Bright Turquoise. HEX triplet: 20, FD and BF. RGB value is (32,253,191). Sum of RGB (Red+Green+Blue) = 32+253+191=476 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.72% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FDBF is #DF0240. Grayscale: #B3B3B3. Windows color (decimal): -14615105 or 12582176. OLE color: 12582176.
HSL color Cylindrical-coordinate representation of color #20FDBF: hue angle of 163.17º 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 #20FDBF is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 191 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.01 |
| HSL | 163.17º | 0.98% | 0.56% | - |
| HSV(B) | 163.17º | 0.87% | 0.99% | - |
| XYZ | 45.12 | 74.32 | 61.26 | - |
| YUV | 179.85 | 134.28 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 191 | 0.87 | 0 | 0.25 | 0.01 | 163.17 | 0.98 | 0.56 |
| Hex | 20 | FD | BF | 57 | 0 | 19 | 1 | A3 | 62 | 38 |
| Octal | 40 | 375 | 277 | 127 | 0 | 31 | 1 | 243 | 142 | 70 |
| Binary | 100000 | 11111101 | 10111111 | 1010111 | 0 | 11001 | 1 | 10100011 | 1100010 | 111000 |
Color Harmonies of #20FDBF
Complementary color
Monochromatic Colors of #20FDBF
Black with #20FDBF
Text Example
Text Example
White with #20FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDBF; }
p { color: rgb(32,253,191); }
H1.HeaderClassName
{
color: #20FDBF;
}
.AnyTagClassName
{
color: #20FDBF;
}
</style>
background-color css
<style>
a { background-color: #20FDBF; }
a { background-color: rgb(32,253,191); }
div.DivClassName
{
background-color: #20FDBF;
}
.BgClassName
{
background-color: #20FDBF;
}
</style>
border-color css
<style>
span { border-color: #20FDBF; }
span { border-color: rgb(32,253,191); }
td.TdClassName
{
border-color: #20FDBF;
}
.TagClassName
{
border-color: #20FDBF;
}
</style>