Shades of Bright Turquoise #20FDDF
Tints of Bright Turquoise #20FDDF
RGB
CMYK
RGB Variations
Color information
#20FDDF (or 0x20FDDF) is known color: Bright Turquoise. HEX triplet: 20, FD and DF. RGB value is (32,253,223). Sum of RGB (Red+Green+Blue) = 32+253+223=508 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.30% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FDDF is #DF0220. Grayscale: #B7B7B7. Windows color (decimal): -14615073 or 14679328. OLE color: 14679328.
HSL color Cylindrical-coordinate representation of color #20FDDF: hue angle of 171.86º 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 #20FDDF is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 223 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.01 |
| HSL | 171.86º | 0.98% | 0.56% | - |
| HSV(B) | 171.86º | 0.87% | 0.99% | - |
| XYZ | 49.04 | 75.89 | 81.87 | - |
| YUV | 183.5 | 150.28 | 19.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 223 | 0.87 | 0 | 0.12 | 0.01 | 171.86 | 0.98 | 0.56 |
| Hex | 20 | FD | DF | 57 | 0 | C | 1 | AC | 62 | 38 |
| Octal | 40 | 375 | 337 | 127 | 0 | 14 | 1 | 254 | 142 | 70 |
| Binary | 100000 | 11111101 | 11011111 | 1010111 | 0 | 1100 | 1 | 10101100 | 1100010 | 111000 |
Color Harmonies of #20FDDF
Complementary color
Monochromatic Colors of #20FDDF
Black with #20FDDF
Text Example
Text Example
White with #20FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDDF; }
p { color: rgb(32,253,223); }
H1.HeaderClassName
{
color: #20FDDF;
}
.AnyTagClassName
{
color: #20FDDF;
}
</style>
background-color css
<style>
a { background-color: #20FDDF; }
a { background-color: rgb(32,253,223); }
div.DivClassName
{
background-color: #20FDDF;
}
.BgClassName
{
background-color: #20FDDF;
}
</style>
border-color css
<style>
span { border-color: #20FDDF; }
span { border-color: rgb(32,253,223); }
td.TdClassName
{
border-color: #20FDDF;
}
.TagClassName
{
border-color: #20FDDF;
}
</style>