Html Css Color HEX #32D1C6 Medium Turquoise

📋 copy color: '#32D1C6'

red 50 ◦ green 209 ◦ blue 198

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

Shades of Medium Turquoise #32D1C6

Tints of Medium Turquoise #32D1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 10.94%
G = 45.73%
B = 43.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#32D1C6 (or 0x32D1C6) is known color: Medium Turquoise. HEX triplet: 32, D1 and C6. RGB value is (50,209,198). Sum of RGB (Red+Green+Blue) = 50+209+198=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #32D1C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1C6 is #CD2E39. Grayscale: #A0A0A0. Windows color (decimal): -13446714 or 13029682. OLE color: 13029682.

HSL color Cylindrical-coordinate representation of color #32D1C6: hue angle of 175.85º 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 #32D1C6 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 209 198 -
CMYK 0.76 0 0.05 0.18
HSL 175.85º 0.63% 0.51% -
HSV(B) 175.85º 0.76% 0.82% -
XYZ 34.31 50.36 61.34 -
YUV 160.21 149.32 49.39 -
System Red Green Blue C M Y K H S L
Decimal 50 209 198 0.76 0 0.05 0.18 175.85 0.63 0.51
Hex 32 D1 C6 4C 0 5 12 B0 3F 33
Octal 62 321 306 114 0 5 22 260 77 63
Binary 110010 11010001 11000110 1001100 0 101 10010 10110000 111111 110011

Color Harmonies of #32D1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D1C6

Black with #32D1C6

Text Example


Text Example

White with #32D1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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