Shades of Bright Turquoise #20EEF4
Tints of Bright Turquoise #20EEF4
RGB
CMYK
RGB Variations
Color information
#20EEF4 (or 0x20EEF4) is known color: Bright Turquoise. HEX triplet: 20, EE and F4. RGB value is (32,238,244). Sum of RGB (Red+Green+Blue) = 32+238+244=514 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.23% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #20EEF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EEF4 is #DF110B. Grayscale: #B0B0B0. Windows color (decimal): -14618892 or 16051744. OLE color: 16051744.
HSL color Cylindrical-coordinate representation of color #20EEF4: hue angle of 181.7º 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 #20EEF4 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 238 | 244 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.04 |
| HSL | 181.7º | 0.91% | 0.54% | - |
| HSV(B) | 181.7º | 0.87% | 0.96% | - |
| XYZ | 47.5 | 67.99 | 96.21 | - |
| YUV | 177.09 | 165.75 | 24.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 244 | 0.87 | 0.02 | 0 | 0.04 | 181.7 | 0.91 | 0.54 |
| Hex | 20 | EE | F4 | 57 | 2 | 0 | 4 | B6 | 5B | 36 |
| Octal | 40 | 356 | 364 | 127 | 2 | 0 | 4 | 266 | 133 | 66 |
| Binary | 100000 | 11101110 | 11110100 | 1010111 | 10 | 0 | 100 | 10110110 | 1011011 | 110110 |
Color Harmonies of #20EEF4
Complementary color
Monochromatic Colors of #20EEF4
Black with #20EEF4
Text Example
Text Example
White with #20EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EEF4; }
p { color: rgb(32,238,244); }
H1.HeaderClassName
{
color: #20EEF4;
}
.AnyTagClassName
{
color: #20EEF4;
}
</style>
background-color css
<style>
a { background-color: #20EEF4; }
a { background-color: rgb(32,238,244); }
div.DivClassName
{
background-color: #20EEF4;
}
.BgClassName
{
background-color: #20EEF4;
}
</style>
border-color css
<style>
span { border-color: #20EEF4; }
span { border-color: rgb(32,238,244); }
td.TdClassName
{
border-color: #20EEF4;
}
.TagClassName
{
border-color: #20EEF4;
}
</style>