Shades of Bright Turquoise #20FBDC
Tints of Bright Turquoise #20FBDC
RGB
CMYK
RGB Variations
Color information
#20FBDC (or 0x20FBDC) is known color: Bright Turquoise. HEX triplet: 20, FB and DC. RGB value is (32,251,220). Sum of RGB (Red+Green+Blue) = 32+251+220=503 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.36% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FBDC is #DF0423. Grayscale: #B5B5B5. Windows color (decimal): -14615588 or 14482208. OLE color: 14482208.
HSL color Cylindrical-coordinate representation of color #20FBDC: hue angle of 171.51º 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 #20FBDC is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 220 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.02 |
| HSL | 171.51º | 0.96% | 0.55% | - |
| HSV(B) | 171.51º | 0.87% | 0.98% | - |
| XYZ | 48.01 | 74.47 | 79.55 | - |
| YUV | 181.99 | 149.45 | 21.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 220 | 0.87 | 0 | 0.12 | 0.02 | 171.51 | 0.96 | 0.55 |
| Hex | 20 | FB | DC | 57 | 0 | C | 2 | AC | 60 | 37 |
| Octal | 40 | 373 | 334 | 127 | 0 | 14 | 2 | 254 | 140 | 67 |
| Binary | 100000 | 11111011 | 11011100 | 1010111 | 0 | 1100 | 10 | 10101100 | 1100000 | 110111 |
Color Harmonies of #20FBDC
Complementary color
Monochromatic Colors of #20FBDC
Black with #20FBDC
Text Example
Text Example
White with #20FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FBDC; }
p { color: rgb(32,251,220); }
H1.HeaderClassName
{
color: #20FBDC;
}
.AnyTagClassName
{
color: #20FBDC;
}
</style>
background-color css
<style>
a { background-color: #20FBDC; }
a { background-color: rgb(32,251,220); }
div.DivClassName
{
background-color: #20FBDC;
}
.BgClassName
{
background-color: #20FBDC;
}
</style>
border-color css
<style>
span { border-color: #20FBDC; }
span { border-color: rgb(32,251,220); }
td.TdClassName
{
border-color: #20FBDC;
}
.TagClassName
{
border-color: #20FBDC;
}
</style>