#20D2E1

Color #20D2E1 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #20D2E1

Tints of Bright Turquoise #20D2E1

Color information

#20D2E1 (or 0x20D2E1) is unknown color: approx Bright Turquoise. HEX triplet: 20, D2 and E1. RGB value is (32,210,225). Sum of RGB (Red+Green+Blue) = 32+210+225=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #20D2E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D2E1 is #DF2D1E. Grayscale: #9E9E9E. Windows color (decimal): -14626079 or 14799392. OLE color: 14799392.

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

Color convert

RGB32210225-
CMYK0.860.0700.12
HSL184.66º76.28%50.39%-
HSV(B)184.66º85.78%88.24%-
XYZ37.2351.8479.28-
YUV158.49165.5337.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.85%
GREEN value IS 210 (82.42% from 255) = 44.97%
BLUE value IS 225 (88.28% from 255) = 48.18%
R=6.85%
G=44.97%
B=48.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322102250.860.0700.12184.6676.2850.39
Hex20D2E15670Cb94c32
Octal40322341126701427111462
Binary1000001101001011100001101011011101100101110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20D2E1;
 }
 .AnyTagClassName
 {
   color: #20D2E1;
 }
</style>
background-color css

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

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

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

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

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

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