#20EDB8

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

Shades of Turquoise #20EDB8

Tints of Turquoise #20EDB8

Color information

#20EDB8 (or 0x20EDB8) is unknown color: approx Turquoise. HEX triplet: 20, ED and B8. RGB value is (32,237,184). Sum of RGB (Red+Green+Blue) = 32+237+184=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDB8 is #DF1247. Grayscale: #A9A9A9. Windows color (decimal): -14619208 or 12119328. OLE color: 12119328.

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

Color convert

RGB32237184-
CMYK0.8600.220.07
HSL164.49º85.06%52.75%-
HSV(B)164.49º86.5%92.94%-
XYZ39.5364.3455.68-
YUV169.66136.0829.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.06%
GREEN value IS 237 (92.97% from 255) = 52.32%
BLUE value IS 184 (72.27% from 255) = 40.62%
R=7.06%
G=52.32%
B=40.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal322371840.8600.220.07164.4985.0652.75
Hex20EDB8560167a45535
Octal40355270126026724412565
Binary10000011101101101110001010110010110111101001001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,237,184); }

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

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

 a { background-color: rgb(32,237,184); }

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

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

 span { border-color: rgb(32,237,184); }

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