#20EBEC

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

Shades of Bright Turquoise #20EBEC

Tints of Bright Turquoise #20EBEC

Color information

#20EBEC (or 0x20EBEC) is unknown color: approx Bright Turquoise. HEX triplet: 20, EB and EC. RGB value is (32,235,236). Sum of RGB (Red+Green+Blue) = 32+235+236=503 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.36% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #20EBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EBEC is #DF1413. Grayscale: #AEAEAE. Windows color (decimal): -14619668 or 15526688. OLE color: 15526688.

HSL color Cylindrical-coordinate representation of color #20EBEC: hue angle of 180.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EBEC is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB32235236-
CMYK0.860.0000.07
HSL180.29º84.3%52.55%-
HSV(B)180.29º86.44%92.55%-
XYZ45.4465.7889.66-
YUV174.42162.7526.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.36%
GREEN value IS 235 (92.19% from 255) = 46.72%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=6.36%
G=46.72%
B=46.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal322352360.860.0000.07180.2984.352.55
Hex20EBEC56007b45435
Octal4035335412600726412465
Binary1000001110101111101100101011000111101101001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,235,236); }

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

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

 a { background-color: rgb(32,235,236); }

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

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

 span { border-color: rgb(32,235,236); }

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