Shades of Bright Turquoise #20EDDF
Tints of Bright Turquoise #20EDDF
RGB
CMYK
RGB Variations
Color information
#20EDDF (or 0x20EDDF) is known color: Bright Turquoise. HEX triplet: 20, ED and DF. RGB value is (32,237,223). Sum of RGB (Red+Green+Blue) = 32+237+223=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDDF is #DF1220. Grayscale: #ADADAD. Windows color (decimal): -14619169 or 14675232. OLE color: 14675232.
HSL color Cylindrical-coordinate representation of color #20EDDF: hue angle of 175.9º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EDDF is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 223 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.07 |
| HSL | 175.9º | 0.85% | 0.53% | - |
| HSV(B) | 175.9º | 0.86% | 0.93% | - |
| XYZ | 44.2 | 66.2 | 80.26 | - |
| YUV | 174.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 223 | 0.86 | 0 | 0.06 | 0.07 | 175.9 | 0.85 | 0.53 |
| Hex | 20 | ED | DF | 56 | 0 | 6 | 7 | B0 | 55 | 35 |
| Octal | 40 | 355 | 337 | 126 | 0 | 6 | 7 | 260 | 125 | 65 |
| Binary | 100000 | 11101101 | 11011111 | 1010110 | 0 | 110 | 111 | 10110000 | 1010101 | 110101 |
Color Harmonies of #20EDDF
Complementary color
Monochromatic Colors of #20EDDF
Black with #20EDDF
Text Example
Text Example
White with #20EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDDF; }
p { color: rgb(32,237,223); }
H1.HeaderClassName
{
color: #20EDDF;
}
.AnyTagClassName
{
color: #20EDDF;
}
</style>
background-color css
<style>
a { background-color: #20EDDF; }
a { background-color: rgb(32,237,223); }
div.DivClassName
{
background-color: #20EDDF;
}
.BgClassName
{
background-color: #20EDDF;
}
</style>
border-color css
<style>
span { border-color: #20EDDF; }
span { border-color: rgb(32,237,223); }
td.TdClassName
{
border-color: #20EDDF;
}
.TagClassName
{
border-color: #20EDDF;
}
</style>