Html Css Color HEX #20EEDB Bright Turquoise

📋 copy color: '#20EEDB'

red 32 ◦ green 238 ◦ blue 219

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

Shades of Bright Turquoise #20EEDB

Tints of Bright Turquoise #20EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 6.54%
G = 48.67%
B = 44.79%

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

#20EEDB (or 0x20EEDB) is known color: Bright Turquoise. HEX triplet: 20, EE and DB. RGB value is (32,238,219). Sum of RGB (Red+Green+Blue) = 32+238+219=489 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.54% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEDB is #DF1124. Grayscale: #AEAEAE. Windows color (decimal): -14618917 or 14413344. OLE color: 14413344.

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

Color convert

RGB 32 238 219 -
CMYK 0.87 0 0.08 0.07
HSL 174.47º 0.86% 0.53% -
HSV(B) 174.47º 0.87% 0.93% -
XYZ 43.96 66.57 77.55 -
YUV 174.24 153.25 26.54 -
System Red Green Blue C M Y K H S L
Decimal 32 238 219 0.87 0 0.08 0.07 174.47 0.86 0.53
Hex 20 EE DB 57 0 8 7 AE 56 35
Octal 40 356 333 127 0 10 7 256 126 65
Binary 100000 11101110 11011011 1010111 0 1000 111 10101110 1010110 110101

Color Harmonies of #20EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EEDB

Black with #20EEDB

Text Example


Text Example

White with #20EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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