#20EAC1

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

Shades of Turquoise #20EAC1

Tints of Turquoise #20EAC1

Color information

#20EAC1 (or 0x20EAC1) is unknown color: approx Turquoise. HEX triplet: 20, EA and C1. RGB value is (32,234,193). Sum of RGB (Red+Green+Blue) = 32+234+193=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAC1 is #DF153E. Grayscale: #A8A8A8. Windows color (decimal): -14619967 or 12708384. OLE color: 12708384.

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

Color convert

RGB32234193-
CMYK0.8600.180.08
HSL167.82º82.79%52.16%-
HSV(B)167.82º86.32%91.76%-
XYZ39.646360.52-
YUV168.93141.5830.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.97%
GREEN value IS 234 (91.80% from 255) = 50.98%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=6.97%
G=50.98%
B=42.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal322341930.8600.180.08167.8282.7952.16
Hex20EAC1560128a85334
Octal403523011260221025012364
Binary100000111010101100000110101100100101000101010001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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