Html Css Color HEX #32D1C3 Medium Turquoise

📋 copy color: '#32D1C3'

red 50 ◦ green 209 ◦ blue 195

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

Shades of Medium Turquoise #32D1C3

Tints of Medium Turquoise #32D1C3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.04%

 BLUE value IS 195 (76.56% from 255) = 42.95%

R = 11.01%
G = 46.04%
B = 42.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#32D1C3 (or 0x32D1C3) is known color: Medium Turquoise. HEX triplet: 32, D1 and C3. RGB value is (50,209,195). Sum of RGB (Red+Green+Blue) = 50+209+195=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #32D1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1C3 is #CD2E3C. Grayscale: #9F9F9F. Windows color (decimal): -13446717 or 12833074. OLE color: 12833074.

HSL color Cylindrical-coordinate representation of color #32D1C3: hue angle of 174.72º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D1C3 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 209 195 -
CMYK 0.76 0 0.07 0.18
HSL 174.72º 0.63% 0.51% -
HSV(B) 174.72º 0.76% 0.82% -
XYZ 33.97 50.22 59.53 -
YUV 159.86 147.82 49.64 -
System Red Green Blue C M Y K H S L
Decimal 50 209 195 0.76 0 0.07 0.18 174.72 0.63 0.51
Hex 32 D1 C3 4C 0 7 12 AF 3F 33
Octal 62 321 303 114 0 7 22 257 77 63
Binary 110010 11010001 11000011 1001100 0 111 10010 10101111 111111 110011

Color Harmonies of #32D1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D1C3

Black with #32D1C3

Text Example


Text Example

White with #32D1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,209,195); }

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

background-color css

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

 a { background-color: rgb(50,209,195); }

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

border-color css

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

 span { border-color: rgb(50,209,195); }

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