Html Css Color HEX #20E1CB Bright Turquoise

📋 copy color: '#20E1CB'

red 32 ◦ green 225 ◦ blue 203

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

Shades of Bright Turquoise #20E1CB

Tints of Bright Turquoise #20E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.91%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 6.96%
G = 48.91%
B = 44.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#20E1CB (or 0x20E1CB) is known color: Bright Turquoise. HEX triplet: 20, E1 and CB. RGB value is (32,225,203). Sum of RGB (Red+Green+Blue) = 32+225+203=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #20E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E1CB is #DF1E34. Grayscale: #A4A4A4. Windows color (decimal): -14622261 or 13361440. OLE color: 13361440.

HSL color Cylindrical-coordinate representation of color #20E1CB: hue angle of 173.16º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E1CB is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 225 203 -
CMYK 0.86 0 0.10 0.12
HSL 173.16º 0.76% 0.5% -
HSV(B) 173.16º 0.86% 0.88% -
XYZ 38.3 58.47 65.77 -
YUV 164.79 149.56 33.29 -
System Red Green Blue C M Y K H S L
Decimal 32 225 203 0.86 0 0.10 0.12 173.16 0.76 0.5
Hex 20 E1 CB 56 0 A C AD 4C 32
Octal 40 341 313 126 0 12 14 255 114 62
Binary 100000 11100001 11001011 1010110 0 1010 1100 10101101 1001100 110010

Color Harmonies of #20E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E1CB

Black with #20E1CB

Text Example


Text Example

White with #20E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,225,203); }

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

background-color css

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

 a { background-color: rgb(32,225,203); }

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

border-color css

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

 span { border-color: rgb(32,225,203); }

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