Html Css Color HEX #20EAB9 Turquoise

📋 copy color: '#20EAB9'

red 32 ◦ green 234 ◦ blue 185

#20EAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #20EAB9

Tints of Turquoise #20EAB9

RGB

 RED value IS 32 (12.89% from 255) = 7.1%

 GREEN value IS 234 (91.8% from 255) = 51.88%

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 7.1%
G = 51.88%
B = 41.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#20EAB9 (or 0x20EAB9) is known color: Turquoise. HEX triplet: 20, EA and B9. RGB value is (32,234,185). Sum of RGB (Red+Green+Blue) = 32+234+185=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAB9 is #DF1546. Grayscale: #A8A8A8. Windows color (decimal): -14619975 or 12184096. OLE color: 12184096.

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

Color convert

RGB 32 234 185 -
CMYK 0.86 0 0.21 0.08
HSL 165.45º 0.83% 0.52% -
HSV(B) 165.45º 0.86% 0.92% -
XYZ 38.78 62.66 55.95 -
YUV 168.02 137.58 30.98 -
System Red Green Blue C M Y K H S L
Decimal 32 234 185 0.86 0 0.21 0.08 165.45 0.83 0.52
Hex 20 EA B9 56 0 15 8 A5 53 34
Octal 40 352 271 126 0 25 10 245 123 64
Binary 100000 11101010 10111001 1010110 0 10101 1000 10100101 1010011 110100

Color Harmonies of #20EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EAB9

Black with #20EAB9

Text Example


Text Example

White with #20EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20EAB9;
 }
 .AnyTagClassName
 {
   color: #20EAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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