Html Css Color HEX #32CEB6 Medium Turquoise

📋 copy color: '#32CEB6'

red 50 ◦ green 206 ◦ blue 182

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

Shades of Medium Turquoise #32CEB6

Tints of Medium Turquoise #32CEB6

RGB

 RED value IS 50 (19.92% from 255) = 11.42%

 GREEN value IS 206 (80.86% from 255) = 47.03%

 BLUE value IS 182 (71.48% from 255) = 41.55%

R = 11.42%
G = 47.03%
B = 41.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#32CEB6 (or 0x32CEB6) is known color: Medium Turquoise. HEX triplet: 32, CE and B6. RGB value is (50,206,182). Sum of RGB (Red+Green+Blue) = 50+206+182=438 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.42% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEB6 is #CD3149. Grayscale: #9C9C9C. Windows color (decimal): -13447498 or 11980338. OLE color: 11980338.

HSL color Cylindrical-coordinate representation of color #32CEB6: hue angle of 170.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CEB6 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 206 182 -
CMYK 0.76 0 0.12 0.19
HSL 170.77º 0.61% 0.5% -
HSV(B) 170.77º 0.76% 0.81% -
XYZ 31.83 48.2 51.88 -
YUV 156.62 142.32 51.95 -
System Red Green Blue C M Y K H S L
Decimal 50 206 182 0.76 0 0.12 0.19 170.77 0.61 0.5
Hex 32 CE B6 4C 0 C 13 AB 3D 32
Octal 62 316 266 114 0 14 23 253 75 62
Binary 110010 11001110 10110110 1001100 0 1100 10011 10101011 111101 110010

Color Harmonies of #32CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CEB6

Black with #32CEB6

Text Example


Text Example

White with #32CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,206,182); }

 H1.HeaderClassName
 {
   color: #32CEB6;
 }
 .AnyTagClassName
 {
   color: #32CEB6;
 }
</style>

background-color css

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

 a { background-color: rgb(50,206,182); }

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

border-color css

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

 span { border-color: rgb(50,206,182); }

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