Shades of Bright Turquoise #20EECF
Tints of Bright Turquoise #20EECF
RGB
CMYK
RGB Variations
Color information
#20EECF (or 0x20EECF) is known color: Bright Turquoise. HEX triplet: 20, EE and CF. RGB value is (32,238,207). Sum of RGB (Red+Green+Blue) = 32+238+207=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #20EECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EECF is #DF1130. Grayscale: #ACACAC. Windows color (decimal): -14618929 or 13626912. OLE color: 13626912.
HSL color Cylindrical-coordinate representation of color #20EECF: hue angle of 170.97º 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 #20EECF is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 207 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.07 |
| HSL | 170.97º | 0.86% | 0.53% | - |
| HSV(B) | 170.97º | 0.87% | 0.93% | - |
| XYZ | 42.43 | 65.96 | 69.53 | - |
| YUV | 172.87 | 147.25 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 207 | 0.87 | 0 | 0.13 | 0.07 | 170.97 | 0.86 | 0.53 |
| Hex | 20 | EE | CF | 57 | 0 | D | 7 | AB | 56 | 35 |
| Octal | 40 | 356 | 317 | 127 | 0 | 15 | 7 | 253 | 126 | 65 |
| Binary | 100000 | 11101110 | 11001111 | 1010111 | 0 | 1101 | 111 | 10101011 | 1010110 | 110101 |
Color Harmonies of #20EECF
Complementary color
Monochromatic Colors of #20EECF
Black with #20EECF
Text Example
Text Example
White with #20EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EECF; }
p { color: rgb(32,238,207); }
H1.HeaderClassName
{
color: #20EECF;
}
.AnyTagClassName
{
color: #20EECF;
}
</style>
background-color css
<style>
a { background-color: #20EECF; }
a { background-color: rgb(32,238,207); }
div.DivClassName
{
background-color: #20EECF;
}
.BgClassName
{
background-color: #20EECF;
}
</style>
border-color css
<style>
span { border-color: #20EECF; }
span { border-color: rgb(32,238,207); }
td.TdClassName
{
border-color: #20EECF;
}
.TagClassName
{
border-color: #20EECF;
}
</style>