Shades of Bright Turquoise #20FBDA
Tints of Bright Turquoise #20FBDA
RGB
CMYK
RGB Variations
Color information
#20FBDA (or 0x20FBDA) is known color: Bright Turquoise. HEX triplet: 20, FB and DA. RGB value is (32,251,218). Sum of RGB (Red+Green+Blue) = 32+251+218=501 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.39% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FBDA is #DF0425. Grayscale: #B5B5B5. Windows color (decimal): -14615590 or 14351136. OLE color: 14351136.
HSL color Cylindrical-coordinate representation of color #20FBDA: hue angle of 170.96º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FBDA is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 218 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.02 |
| HSL | 170.96º | 0.96% | 0.55% | - |
| HSV(B) | 170.96º | 0.87% | 0.98% | - |
| XYZ | 47.75 | 74.36 | 78.17 | - |
| YUV | 181.76 | 148.45 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 218 | 0.87 | 0 | 0.13 | 0.02 | 170.96 | 0.96 | 0.55 |
| Hex | 20 | FB | DA | 57 | 0 | D | 2 | AB | 60 | 37 |
| Octal | 40 | 373 | 332 | 127 | 0 | 15 | 2 | 253 | 140 | 67 |
| Binary | 100000 | 11111011 | 11011010 | 1010111 | 0 | 1101 | 10 | 10101011 | 1100000 | 110111 |
Color Harmonies of #20FBDA
Complementary color
Monochromatic Colors of #20FBDA
Black with #20FBDA
Text Example
Text Example
White with #20FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FBDA; }
p { color: rgb(32,251,218); }
H1.HeaderClassName
{
color: #20FBDA;
}
.AnyTagClassName
{
color: #20FBDA;
}
</style>
background-color css
<style>
a { background-color: #20FBDA; }
a { background-color: rgb(32,251,218); }
div.DivClassName
{
background-color: #20FBDA;
}
.BgClassName
{
background-color: #20FBDA;
}
</style>
border-color css
<style>
span { border-color: #20FBDA; }
span { border-color: rgb(32,251,218); }
td.TdClassName
{
border-color: #20FBDA;
}
.TagClassName
{
border-color: #20FBDA;
}
</style>