#32ECBE

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

Shades of Turquoise #32ECBE

Tints of Turquoise #32ECBE

Color information

#32ECBE (or 0x32ECBE) is unknown color: approx Turquoise. HEX triplet: 32, EC and BE. RGB value is (50,236,190). Sum of RGB (Red+Green+Blue) = 50+236+190=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECBE is #CD1341. Grayscale: #AFAFAF. Windows color (decimal): -13439810 or 12512306. OLE color: 12512306.

HSL color Cylindrical-coordinate representation of color #32ECBE: hue angle of 165.16º 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 #32ECBE is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB50236190-
CMYK0.7900.190.07
HSL165.16º83.04%56.08%-
HSV(B)165.16º78.81%92.55%-
XYZ40.6164.3959-
YUV175.14136.3838.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.50%
GREEN value IS 236 (92.58% from 255) = 49.58%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=10.50%
G=49.58%
B=39.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal502361900.7900.190.07165.1683.0456.08
Hex32ECBE4F0137a55338
Octal62354276117023724512370
Binary11001011101100101111101001111010011111101001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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