Html Css Color HEX #32CDB6 Medium Turquoise

📋 copy color: '#32CDB6'

red 50 ◦ green 205 ◦ blue 182

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

Shades of Medium Turquoise #32CDB6

Tints of Medium Turquoise #32CDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.91%

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

R = 11.44%
G = 46.91%
B = 41.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#32CDB6 (or 0x32CDB6) is known color: Medium Turquoise. HEX triplet: 32, CD and B6. RGB value is (50,205,182). Sum of RGB (Red+Green+Blue) = 50+205+182=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDB6 is #CD3249. Grayscale: #9B9B9B. Windows color (decimal): -13447754 or 11980082. OLE color: 11980082.

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

Color convert

RGB 50 205 182 -
CMYK 0.76 0 0.11 0.20
HSL 171.1º 0.61% 0.5% -
HSV(B) 171.1º 0.76% 0.8% -
XYZ 31.59 47.72 51.8 -
YUV 156.03 142.65 52.37 -
System Red Green Blue C M Y K H S L
Decimal 50 205 182 0.76 0 0.11 0.20 171.1 0.61 0.5
Hex 32 CD B6 4C 0 B 14 AB 3D 32
Octal 62 315 266 114 0 13 24 253 75 62
Binary 110010 11001101 10110110 1001100 0 1011 10100 10101011 111101 110010

Color Harmonies of #32CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CDB6

Black with #32CDB6

Text Example


Text Example

White with #32CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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