Html Css Color HEX #20EED2 Bright Turquoise

📋 copy color: '#20EED2'

red 32 ◦ green 238 ◦ blue 210

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

Shades of Bright Turquoise #20EED2

Tints of Bright Turquoise #20EED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 6.67%
G = 49.58%
B = 43.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#20EED2 (or 0x20EED2) is known color: Bright Turquoise. HEX triplet: 20, EE and D2. RGB value is (32,238,210). Sum of RGB (Red+Green+Blue) = 32+238+210=480 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.67% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #20EED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EED2 is #DF112D. Grayscale: #ADADAD. Windows color (decimal): -14618926 or 13823520. OLE color: 13823520.

HSL color Cylindrical-coordinate representation of color #20EED2: hue angle of 171.84º 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 #20EED2 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 238 210 -
CMYK 0.87 0 0.12 0.07
HSL 171.84º 0.86% 0.53% -
HSV(B) 171.84º 0.87% 0.93% -
XYZ 42.8 66.11 71.48 -
YUV 173.21 148.75 27.28 -
System Red Green Blue C M Y K H S L
Decimal 32 238 210 0.87 0 0.12 0.07 171.84 0.86 0.53
Hex 20 EE D2 57 0 C 7 AC 56 35
Octal 40 356 322 127 0 14 7 254 126 65
Binary 100000 11101110 11010010 1010111 0 1100 111 10101100 1010110 110101

Color Harmonies of #20EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EED2

Black with #20EED2

Text Example


Text Example

White with #20EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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