Shades of Bright Turquoise #20EFD6
Tints of Bright Turquoise #20EFD6
RGB
CMYK
RGB Variations
Color information
#20EFD6 (or 0x20EFD6) is known color: Bright Turquoise. HEX triplet: 20, EF and D6. RGB value is (32,239,214). Sum of RGB (Red+Green+Blue) = 32+239+214=485 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.60% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFD6 is #DF1029. Grayscale: #AEAEAE. Windows color (decimal): -14618666 or 14085920. OLE color: 14085920.
HSL color Cylindrical-coordinate representation of color #20EFD6: hue angle of 172.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFD6 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 214 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.06 |
| HSL | 172.75º | 0.87% | 0.53% | - |
| HSV(B) | 172.75º | 0.87% | 0.94% | - |
| XYZ | 43.6 | 66.9 | 74.23 | - |
| YUV | 174.26 | 150.42 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 214 | 0.87 | 0 | 0.10 | 0.06 | 172.75 | 0.87 | 0.53 |
| Hex | 20 | EF | D6 | 57 | 0 | A | 6 | AD | 57 | 35 |
| Octal | 40 | 357 | 326 | 127 | 0 | 12 | 6 | 255 | 127 | 65 |
| Binary | 100000 | 11101111 | 11010110 | 1010111 | 0 | 1010 | 110 | 10101101 | 1010111 | 110101 |
Color Harmonies of #20EFD6
Complementary color
Monochromatic Colors of #20EFD6
Black with #20EFD6
Text Example
Text Example
White with #20EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EFD6; }
p { color: rgb(32,239,214); }
H1.HeaderClassName
{
color: #20EFD6;
}
.AnyTagClassName
{
color: #20EFD6;
}
</style>
background-color css
<style>
a { background-color: #20EFD6; }
a { background-color: rgb(32,239,214); }
div.DivClassName
{
background-color: #20EFD6;
}
.BgClassName
{
background-color: #20EFD6;
}
</style>
border-color css
<style>
span { border-color: #20EFD6; }
span { border-color: rgb(32,239,214); }
td.TdClassName
{
border-color: #20EFD6;
}
.TagClassName
{
border-color: #20EFD6;
}
</style>