Html Css Color HEX #20EEDC Bright Turquoise

📋 copy color: '#20EEDC'

red 32 ◦ green 238 ◦ blue 220

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

Shades of Bright Turquoise #20EEDC

Tints of Bright Turquoise #20EEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.57%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 6.53%
G = 48.57%
B = 44.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#20EEDC (or 0x20EEDC) is known color: Bright Turquoise. HEX triplet: 20, EE and DC. RGB value is (32,238,220). Sum of RGB (Red+Green+Blue) = 32+238+220=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEDC is #DF1123. Grayscale: #AEAEAE. Windows color (decimal): -14618916 or 14478880. OLE color: 14478880.

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

Color convert

RGB 32 238 220 -
CMYK 0.87 0 0.08 0.07
HSL 174.76º 0.86% 0.53% -
HSV(B) 174.76º 0.87% 0.93% -
XYZ 44.09 66.62 78.25 -
YUV 174.35 153.75 26.46 -
System Red Green Blue C M Y K H S L
Decimal 32 238 220 0.87 0 0.08 0.07 174.76 0.86 0.53
Hex 20 EE DC 57 0 8 7 AF 56 35
Octal 40 356 334 127 0 10 7 257 126 65
Binary 100000 11101110 11011100 1010111 0 1000 111 10101111 1010110 110101

Color Harmonies of #20EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EEDC

Black with #20EEDC

Text Example


Text Example

White with #20EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,238,220); }

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

background-color css

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

 a { background-color: rgb(32,238,220); }

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

border-color css

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

 span { border-color: rgb(32,238,220); }

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