Html Css Color HEX #32C3C0 Medium Turquoise

📋 copy color: '#32C3C0'

red 50 ◦ green 195 ◦ blue 192

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

Shades of Medium Turquoise #32C3C0

Tints of Medium Turquoise #32C3C0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 11.44%
G = 44.62%
B = 43.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#32C3C0 (or 0x32C3C0) is known color: Medium Turquoise. HEX triplet: 32, C3 and C0. RGB value is (50,195,192). Sum of RGB (Red+Green+Blue) = 50+195+192=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #32C3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C3C0 is #CD3C3F. Grayscale: #979797. Windows color (decimal): -13450304 or 12632882. OLE color: 12632882.

HSL color Cylindrical-coordinate representation of color #32C3C0: hue angle of 178.76º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C3C0 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 195 192 -
CMYK 0.74 0 0.02 0.24
HSL 178.76º 0.59% 0.48% -
HSV(B) 178.76º 0.74% 0.76% -
XYZ 30.34 43.51 56.67 -
YUV 151.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 50 195 192 0.74 0 0.02 0.24 178.76 0.59 0.48
Hex 32 C3 C0 4A 0 2 18 B3 3B 30
Octal 62 303 300 112 0 2 30 263 73 60
Binary 110010 11000011 11000000 1001010 0 10 11000 10110011 111011 110000

Color Harmonies of #32C3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C3C0

Black with #32C3C0

Text Example


Text Example

White with #32C3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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