#32ECBD

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

Shades of Turquoise #32ECBD

Tints of Turquoise #32ECBD

Color information

#32ECBD (or 0x32ECBD) is unknown color: approx Turquoise. HEX triplet: 32, EC and BD. RGB value is (50,236,189). Sum of RGB (Red+Green+Blue) = 50+236+189=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECBD is #CD1342. Grayscale: #AFAFAF. Windows color (decimal): -13439811 or 12446770. OLE color: 12446770.

HSL color Cylindrical-coordinate representation of color #32ECBD: hue angle of 164.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ECBD is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB50236189-
CMYK0.7900.200.07
HSL164.84º83.04%56.08%-
HSV(B)164.84º78.81%92.55%-
XYZ40.564.3458.43-
YUV175.03135.8838.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.53%
GREEN value IS 236 (92.58% from 255) = 49.68%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=10.53%
G=49.68%
B=39.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal502361890.7900.200.07164.8483.0456.08
Hex32ECBD4F0147a55338
Octal62354275117024724512370
Binary11001011101100101111011001111010100111101001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32ECBD; }

 p { color: rgb(50,236,189); }

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

<style>
 a { background-color: #32ECBD; }

 a { background-color: rgb(50,236,189); }

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

<style>
 span { border-color: #32ECBD; }

 span { border-color: rgb(50,236,189); }

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