Html Css Color HEX #32C5BB Medium Turquoise

📋 copy color: '#32C5BB'

red 50 ◦ green 197 ◦ blue 187

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

Shades of Medium Turquoise #32C5BB

Tints of Medium Turquoise #32C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.39%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 11.52%
G = 45.39%
B = 43.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#32C5BB (or 0x32C5BB) is known color: Medium Turquoise. HEX triplet: 32, C5 and BB. RGB value is (50,197,187). Sum of RGB (Red+Green+Blue) = 50+197+187=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #32C5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C5BB is #CD3A44. Grayscale: #979797. Windows color (decimal): -13449797 or 12305714. OLE color: 12305714.

HSL color Cylindrical-coordinate representation of color #32C5BB: hue angle of 175.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C5BB is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 187 -
CMYK 0.75 0 0.05 0.23
HSL 175.92º 0.6% 0.48% -
HSV(B) 175.92º 0.75% 0.77% -
XYZ 30.25 44.2 53.95 -
YUV 151.91 147.8 55.31 -
System Red Green Blue C M Y K H S L
Decimal 50 197 187 0.75 0 0.05 0.23 175.92 0.6 0.48
Hex 32 C5 BB 4B 0 5 17 B0 3C 30
Octal 62 305 273 113 0 5 27 260 74 60
Binary 110010 11000101 10111011 1001011 0 101 10111 10110000 111100 110000

Color Harmonies of #32C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C5BB

Black with #32C5BB

Text Example


Text Example

White with #32C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,197,187); }

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

background-color css

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

 a { background-color: rgb(50,197,187); }

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

border-color css

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

 span { border-color: rgb(50,197,187); }

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