#20D3E1

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

Shades of Bright Turquoise #20D3E1

Tints of Bright Turquoise #20D3E1

Color information

#20D3E1 (or 0x20D3E1) is unknown color: approx Bright Turquoise. HEX triplet: 20, D3 and E1. RGB value is (32,211,225). Sum of RGB (Red+Green+Blue) = 32+211+225=468 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.84% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #20D3E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D3E1 is #DF2C1E. Grayscale: #9E9E9E. Windows color (decimal): -14625823 or 14799648. OLE color: 14799648.

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

Color convert

RGB32211225-
CMYK0.860.0600.12
HSL184.35º76.28%50.39%-
HSV(B)184.35º85.78%88.24%-
XYZ37.4852.3379.36-
YUV159.08165.237.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.84%
GREEN value IS 211 (82.81% from 255) = 45.09%
BLUE value IS 225 (88.28% from 255) = 48.08%
R=6.84%
G=45.09%
B=48.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322112250.860.0600.12184.3576.2850.39
Hex20D3E15660Cb84c32
Octal40323341126601427011462
Binary1000001101001111100001101011011001100101110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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