Html Css Color HEX #20EAB5 Turquoise

📋 copy color: '#20EAB5'

red 32 ◦ green 234 ◦ blue 181

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

Shades of Turquoise #20EAB5

Tints of Turquoise #20EAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.49%

R = 7.16%
G = 52.35%
B = 40.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#20EAB5 (or 0x20EAB5) is known color: Turquoise. HEX triplet: 20, EA and B5. RGB value is (32,234,181). Sum of RGB (Red+Green+Blue) = 32+234+181=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAB5 is #DF154A. Grayscale: #A7A7A7. Windows color (decimal): -14619979 or 11921952. OLE color: 11921952.

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

Color convert

RGB 32 234 181 -
CMYK 0.86 0 0.23 0.08
HSL 164.26º 0.83% 0.52% -
HSV(B) 164.26º 0.86% 0.92% -
XYZ 38.36 62.49 53.76 -
YUV 167.56 135.58 31.31 -
System Red Green Blue C M Y K H S L
Decimal 32 234 181 0.86 0 0.23 0.08 164.26 0.83 0.52
Hex 20 EA B5 56 0 17 8 A4 53 34
Octal 40 352 265 126 0 27 10 244 123 64
Binary 100000 11101010 10110101 1010110 0 10111 1000 10100100 1010011 110100

Color Harmonies of #20EAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EAB5

Black with #20EAB5

Text Example


Text Example

White with #20EAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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