Shades of Bright Turquoise #20EDF4
Tints of Bright Turquoise #20EDF4
RGB
CMYK
RGB Variations
Color information
#20EDF4 (or 0x20EDF4) is known color: Bright Turquoise. HEX triplet: 20, ED and F4. RGB value is (32,237,244). Sum of RGB (Red+Green+Blue) = 32+237+244=513 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.24% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #20EDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EDF4 is #DF120B. Grayscale: #B0B0B0. Windows color (decimal): -14619148 or 16051488. OLE color: 16051488.
HSL color Cylindrical-coordinate representation of color #20EDF4: hue angle of 181.98º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EDF4 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 237 | 244 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.04 |
| HSL | 181.98º | 0.91% | 0.54% | - |
| HSV(B) | 181.98º | 0.87% | 0.96% | - |
| XYZ | 47.21 | 67.41 | 96.11 | - |
| YUV | 176.5 | 166.08 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 244 | 0.87 | 0.03 | 0 | 0.04 | 181.98 | 0.91 | 0.54 |
| Hex | 20 | ED | F4 | 57 | 3 | 0 | 4 | B6 | 5B | 36 |
| Octal | 40 | 355 | 364 | 127 | 3 | 0 | 4 | 266 | 133 | 66 |
| Binary | 100000 | 11101101 | 11110100 | 1010111 | 11 | 0 | 100 | 10110110 | 1011011 | 110110 |
Color Harmonies of #20EDF4
Complementary color
Monochromatic Colors of #20EDF4
Black with #20EDF4
Text Example
Text Example
White with #20EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDF4; }
p { color: rgb(32,237,244); }
H1.HeaderClassName
{
color: #20EDF4;
}
.AnyTagClassName
{
color: #20EDF4;
}
</style>
background-color css
<style>
a { background-color: #20EDF4; }
a { background-color: rgb(32,237,244); }
div.DivClassName
{
background-color: #20EDF4;
}
.BgClassName
{
background-color: #20EDF4;
}
</style>
border-color css
<style>
span { border-color: #20EDF4; }
span { border-color: rgb(32,237,244); }
td.TdClassName
{
border-color: #20EDF4;
}
.TagClassName
{
border-color: #20EDF4;
}
</style>