Shades of Bright Turquoise #20FDDC
Tints of Bright Turquoise #20FDDC
RGB
CMYK
RGB Variations
Color information
#20FDDC (or 0x20FDDC) is known color: Bright Turquoise. HEX triplet: 20, FD and DC. RGB value is (32,253,220). Sum of RGB (Red+Green+Blue) = 32+253+220=505 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.34% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FDDC is #DF0223. Grayscale: #B7B7B7. Windows color (decimal): -14615076 or 14482720. OLE color: 14482720.
HSL color Cylindrical-coordinate representation of color #20FDDC: hue angle of 171.04º 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 #20FDDC is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 220 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.01 |
| HSL | 171.04º | 0.98% | 0.56% | - |
| HSV(B) | 171.04º | 0.87% | 0.99% | - |
| XYZ | 48.64 | 75.72 | 79.76 | - |
| YUV | 183.16 | 148.78 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 220 | 0.87 | 0 | 0.13 | 0.01 | 171.04 | 0.98 | 0.56 |
| Hex | 20 | FD | DC | 57 | 0 | D | 1 | AB | 62 | 38 |
| Octal | 40 | 375 | 334 | 127 | 0 | 15 | 1 | 253 | 142 | 70 |
| Binary | 100000 | 11111101 | 11011100 | 1010111 | 0 | 1101 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #20FDDC
Complementary color
Monochromatic Colors of #20FDDC
Black with #20FDDC
Text Example
Text Example
White with #20FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDDC; }
p { color: rgb(32,253,220); }
H1.HeaderClassName
{
color: #20FDDC;
}
.AnyTagClassName
{
color: #20FDDC;
}
</style>
background-color css
<style>
a { background-color: #20FDDC; }
a { background-color: rgb(32,253,220); }
div.DivClassName
{
background-color: #20FDDC;
}
.BgClassName
{
background-color: #20FDDC;
}
</style>
border-color css
<style>
span { border-color: #20FDDC; }
span { border-color: rgb(32,253,220); }
td.TdClassName
{
border-color: #20FDDC;
}
.TagClassName
{
border-color: #20FDDC;
}
</style>