Shades of Bright Turquoise #20DDFD
Tints of Bright Turquoise #20DDFD
RGB
CMYK
RGB Variations
Color information
#20DDFD (or 0x20DDFD) is known color: Bright Turquoise. HEX triplet: 20, DD and FD. RGB value is (32,221,253). Sum of RGB (Red+Green+Blue) = 32+221+253=506 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.32% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #20DDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DDFD is #DF2202. Grayscale: #A7A7A7. Windows color (decimal): -14623235 or 16637216. OLE color: 16637216.
HSL color Cylindrical-coordinate representation of color #20DDFD: hue angle of 188.69º 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 #20DDFD is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 221 | 253 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.01 |
| HSL | 188.69º | 0.98% | 0.56% | - |
| HSV(B) | 188.69º | 0.87% | 0.99% | - |
| XYZ | 44.18 | 59.11 | 102.01 | - |
| YUV | 168.14 | 175.88 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 253 | 0.87 | 0.13 | 0 | 0.01 | 188.69 | 0.98 | 0.56 |
| Hex | 20 | DD | FD | 57 | D | 0 | 1 | BD | 62 | 38 |
| Octal | 40 | 335 | 375 | 127 | 15 | 0 | 1 | 275 | 142 | 70 |
| Binary | 100000 | 11011101 | 11111101 | 1010111 | 1101 | 0 | 1 | 10111101 | 1100010 | 111000 |
Color Harmonies of #20DDFD
Complementary color
Monochromatic Colors of #20DDFD
Black with #20DDFD
Text Example
Text Example
White with #20DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDFD; }
p { color: rgb(32,221,253); }
H1.HeaderClassName
{
color: #20DDFD;
}
.AnyTagClassName
{
color: #20DDFD;
}
</style>
background-color css
<style>
a { background-color: #20DDFD; }
a { background-color: rgb(32,221,253); }
div.DivClassName
{
background-color: #20DDFD;
}
.BgClassName
{
background-color: #20DDFD;
}
</style>
border-color css
<style>
span { border-color: #20DDFD; }
span { border-color: rgb(32,221,253); }
td.TdClassName
{
border-color: #20DDFD;
}
.TagClassName
{
border-color: #20DDFD;
}
</style>