Shades of Bright Turquoise #20EEC6
Tints of Bright Turquoise #20EEC6
RGB
CMYK
RGB Variations
Color information
#20EEC6 (or 0x20EEC6) is known color: Bright Turquoise. HEX triplet: 20, EE and C6. RGB value is (32,238,198). Sum of RGB (Red+Green+Blue) = 32+238+198=468 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.84% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEC6 is #DF1139. Grayscale: #ABABAB. Windows color (decimal): -14618938 or 13037088. OLE color: 13037088.
HSL color Cylindrical-coordinate representation of color #20EEC6: hue angle of 168.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EEC6 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 198 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.07 |
| HSL | 168.35º | 0.86% | 0.53% | - |
| HSV(B) | 168.35º | 0.87% | 0.93% | - |
| XYZ | 41.36 | 65.53 | 63.9 | - |
| YUV | 171.85 | 142.75 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 198 | 0.87 | 0 | 0.17 | 0.07 | 168.35 | 0.86 | 0.53 |
| Hex | 20 | EE | C6 | 57 | 0 | 11 | 7 | A8 | 56 | 35 |
| Octal | 40 | 356 | 306 | 127 | 0 | 21 | 7 | 250 | 126 | 65 |
| Binary | 100000 | 11101110 | 11000110 | 1010111 | 0 | 10001 | 111 | 10101000 | 1010110 | 110101 |
Color Harmonies of #20EEC6
Complementary color
Monochromatic Colors of #20EEC6
Black with #20EEC6
Text Example
Text Example
White with #20EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EEC6; }
p { color: rgb(32,238,198); }
H1.HeaderClassName
{
color: #20EEC6;
}
.AnyTagClassName
{
color: #20EEC6;
}
</style>
background-color css
<style>
a { background-color: #20EEC6; }
a { background-color: rgb(32,238,198); }
div.DivClassName
{
background-color: #20EEC6;
}
.BgClassName
{
background-color: #20EEC6;
}
</style>
border-color css
<style>
span { border-color: #20EEC6; }
span { border-color: rgb(32,238,198); }
td.TdClassName
{
border-color: #20EEC6;
}
.TagClassName
{
border-color: #20EEC6;
}
</style>