Html Css Color HEX #32C2BF Medium Turquoise

📋 copy color: '#32C2BF'

red 50 ◦ green 194 ◦ blue 191

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

Shades of Medium Turquoise #32C2BF

Tints of Medium Turquoise #32C2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.6%

 BLUE value IS 191 (75% from 255) = 43.91%

R = 11.49%
G = 44.6%
B = 43.91%

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

#32C2BF (or 0x32C2BF) is known color: Medium Turquoise. HEX triplet: 32, C2 and BF. RGB value is (50,194,191). Sum of RGB (Red+Green+Blue) = 50+194+191=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #32C2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2BF is #CD3D40. Grayscale: #969696. Windows color (decimal): -13450561 or 12567090. OLE color: 12567090.

HSL color Cylindrical-coordinate representation of color #32C2BF: hue angle of 178.75º 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 #32C2BF is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 194 191 -
CMYK 0.74 0 0.02 0.24
HSL 178.75º 0.59% 0.48% -
HSV(B) 178.75º 0.74% 0.76% -
XYZ 30.01 43.02 56.01 -
YUV 150.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 50 194 191 0.74 0 0.02 0.24 178.75 0.59 0.48
Hex 32 C2 BF 4A 0 2 18 B3 3B 30
Octal 62 302 277 112 0 2 30 263 73 60
Binary 110010 11000010 10111111 1001010 0 10 11000 10110011 111011 110000

Color Harmonies of #32C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C2BF

Black with #32C2BF

Text Example


Text Example

White with #32C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,194,191); }

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

background-color css

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

 a { background-color: rgb(50,194,191); }

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

border-color css

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

 span { border-color: rgb(50,194,191); }

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