#20E4E4

Color #20E4E4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #20E4E4

Tints of Bright Turquoise #20E4E4

Color information

#20E4E4 (or 0x20E4E4) is unknown color: approx Bright Turquoise. HEX triplet: 20, E4 and E4. RGB value is (32,228,228). Sum of RGB (Red+Green+Blue) = 32+228+228=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: green, blue. Hex color #20E4E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E4E4 is #DF1B1B. Grayscale: #A9A9A9. Windows color (decimal): -14621468 or 15000608. OLE color: 15000608.

HSL color Cylindrical-coordinate representation of color #20E4E4: hue angle of 180º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E4E4 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB32228228-
CMYK0.86000.11
HSL180º78.4%50.98%-
HSV(B)180º85.96%89.41%-
XYZ42.3461.483.02-
YUV169.4161.0730-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 6.56%
GREEN value IS 228 (89.45% from 255) = 46.72%
BLUE value IS 228 (89.45% from 255) = 46.72%
R=6.56%
G=46.72%
B=46.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal322282280.86000.1118078.450.98
Hex20E4E45600Bb44e33
Octal40344344126001326411663
Binary10000011100100111001001010110001011101101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20E4E4; }

 p { color: rgb(32,228,228); }

 H1.HeaderClassName
 {
   color: #20E4E4;
 }
 .AnyTagClassName
 {
   color: #20E4E4;
 }
</style>
background-color css

<style>
 a { background-color: #20E4E4; }

 a { background-color: rgb(32,228,228); }

 div.DivClassName
 {
   background-color: #20E4E4;
 }
 .BgClassName
 {
   background-color: #20E4E4;
 }
</style>
border-color css

<style>
 span { border-color: #20E4E4; }

 span { border-color: rgb(32,228,228); }

 td.TdClassName
 {
   border-color: #20E4E4;
 }
 .TagClassName
 {
   border-color: #20E4E4;
 }
</style>