Html Css Color HEX #32ECBD Turquoise

📋 copy color: '#32ECBD'

red 50 ◦ green 236 ◦ blue 189

#32ECBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #32ECBD

Tints of Turquoise #32ECBD

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 value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#32ECBD (or 0x32ECBD) is known color: 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

RGB 50 236 189 -
CMYK 0.79 0 0.20 0.07
HSL 164.84º 0.83% 0.56% -
HSV(B) 164.84º 0.79% 0.93% -
XYZ 40.5 64.34 58.43 -
YUV 175.03 135.88 38.82 -
System Red Green Blue C M Y K H S L
Decimal 50 236 189 0.79 0 0.20 0.07 164.84 0.83 0.56
Hex 32 EC BD 4F 0 14 7 A5 53 38
Octal 62 354 275 117 0 24 7 245 123 70
Binary 110010 11101100 10111101 1001111 0 10100 111 10100101 1010011 111000

Color Harmonies of #32ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ECBD

Black with #32ECBD

Text Example


Text Example

White with #32ECBD

Text Example


Text Example

HTML Codes & Css Web 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>