Html Css Color HEX #20EDC4 Turquoise

📋 copy color: '#20EDC4'

red 32 ◦ green 237 ◦ blue 196

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

Shades of Turquoise #20EDC4

Tints of Turquoise #20EDC4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.97%

 BLUE value IS 196 (76.95% from 255) = 42.15%

R = 6.88%
G = 50.97%
B = 42.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#20EDC4 (or 0x20EDC4) is known color: Turquoise. HEX triplet: 20, ED and C4. RGB value is (32,237,196). Sum of RGB (Red+Green+Blue) = 32+237+196=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDC4 is #DF123B. Grayscale: #AAAAAA. Windows color (decimal): -14619196 or 12905760. OLE color: 12905760.

HSL color Cylindrical-coordinate representation of color #20EDC4: hue angle of 168º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EDC4 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 237 196 -
CMYK 0.86 0 0.17 0.07
HSL 168º 0.85% 0.53% -
HSV(B) 168º 0.86% 0.93% -
XYZ 40.84 64.86 62.59 -
YUV 171.03 142.08 28.83 -
System Red Green Blue C M Y K H S L
Decimal 32 237 196 0.86 0 0.17 0.07 168 0.85 0.53
Hex 20 ED C4 56 0 11 7 A8 55 35
Octal 40 355 304 126 0 21 7 250 125 65
Binary 100000 11101101 11000100 1010110 0 10001 111 10101000 1010101 110101

Color Harmonies of #20EDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EDC4

Black with #20EDC4

Text Example


Text Example

White with #20EDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,237,196); }

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

background-color css

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

 a { background-color: rgb(32,237,196); }

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

border-color css

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

 span { border-color: rgb(32,237,196); }

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