#20EAD4

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

Shades of Bright Turquoise #20EAD4

Tints of Bright Turquoise #20EAD4

Color information

#20EAD4 (or 0x20EAD4) is unknown color: approx Bright Turquoise. HEX triplet: 20, EA and D4. RGB value is (32,234,212). Sum of RGB (Red+Green+Blue) = 32+234+212=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAD4 is #DF152B. Grayscale: #AAAAAA. Windows color (decimal): -14619948 or 13953568. OLE color: 13953568.

HSL color Cylindrical-coordinate representation of color #20EAD4: hue angle of 173.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EAD4 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB32234212-
CMYK0.8600.090.08
HSL173.47º82.79%52.16%-
HSV(B)173.47º86.32%91.76%-
XYZ41.963.9172.41-
YUV171.09151.0828.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.69%
GREEN value IS 234 (91.80% from 255) = 48.95%
BLUE value IS 212 (83.20% from 255) = 44.35%
R=6.69%
G=48.95%
B=44.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal322342120.8600.090.08173.4782.7952.16
Hex20EAD456098ad5334
Octal403523241260111025512364
Binary10000011101010110101001010110010011000101011011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,234,212); }

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

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

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

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

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

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

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