#20EAD0

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

Shades of Bright Turquoise #20EAD0

Tints of Bright Turquoise #20EAD0

Color information

#20EAD0 (or 0x20EAD0) is unknown color: approx Bright Turquoise. HEX triplet: 20, EA and D0. RGB value is (32,234,208). Sum of RGB (Red+Green+Blue) = 32+234+208=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAD0 is #DF152F. Grayscale: #AAAAAA. Windows color (decimal): -14619952 or 13691424. OLE color: 13691424.

HSL color Cylindrical-coordinate representation of color #20EAD0: hue angle of 172.28º 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 #20EAD0 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB32234208-
CMYK0.8600.110.08
HSL172.28º82.79%52.16%-
HSV(B)172.28º86.32%91.76%-
XYZ41.463.7169.79-
YUV170.64149.0829.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.75%
GREEN value IS 234 (91.80% from 255) = 49.37%
BLUE value IS 208 (81.64% from 255) = 43.88%
R=6.75%
G=49.37%
B=43.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal322342080.8600.110.08172.2882.7952.16
Hex20EAD0560B8ac5334
Octal403523201260131025412364
Binary10000011101010110100001010110010111000101011001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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