Html Css Color HEX #20EAC6 Turquoise

📋 copy color: '#20EAC6'

red 32 ◦ green 234 ◦ blue 198

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

Shades of Turquoise #20EAC6

Tints of Turquoise #20EAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.67%

R = 6.9%
G = 50.43%
B = 42.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#20EAC6 (or 0x20EAC6) is known color: Turquoise. HEX triplet: 20, EA and C6. RGB value is (32,234,198). Sum of RGB (Red+Green+Blue) = 32+234+198=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAC6 is #DF1539. Grayscale: #A9A9A9. Windows color (decimal): -14619962 or 13036064. OLE color: 13036064.

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

Color convert

RGB 32 234 198 -
CMYK 0.86 0 0.15 0.08
HSL 169.31º 0.83% 0.52% -
HSV(B) 169.31º 0.86% 0.92% -
XYZ 40.21 63.23 63.51 -
YUV 169.5 144.08 29.93 -
System Red Green Blue C M Y K H S L
Decimal 32 234 198 0.86 0 0.15 0.08 169.31 0.83 0.52
Hex 20 EA C6 56 0 F 8 A9 53 34
Octal 40 352 306 126 0 17 10 251 123 64
Binary 100000 11101010 11000110 1010110 0 1111 1000 10101001 1010011 110100

Color Harmonies of #20EAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EAC6

Black with #20EAC6

Text Example


Text Example

White with #20EAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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