Html Css Color HEX #32C6BF Medium Turquoise

📋 copy color: '#32C6BF'

red 50 ◦ green 198 ◦ blue 191

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

Shades of Medium Turquoise #32C6BF

Tints of Medium Turquoise #32C6BF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

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

R = 11.39%
G = 45.1%
B = 43.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#32C6BF (or 0x32C6BF) is known color: Medium Turquoise. HEX triplet: 32, C6 and BF. RGB value is (50,198,191). Sum of RGB (Red+Green+Blue) = 50+198+191=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #32C6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C6BF is #CD3940. Grayscale: #989898. Windows color (decimal): -13449537 or 12568114. OLE color: 12568114.

HSL color Cylindrical-coordinate representation of color #32C6BF: hue angle of 177.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C6BF is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 198 191 -
CMYK 0.75 0 0.04 0.22
HSL 177.16º 0.6% 0.49% -
HSV(B) 177.16º 0.75% 0.78% -
XYZ 30.91 44.83 56.31 -
YUV 152.95 149.47 54.57 -
System Red Green Blue C M Y K H S L
Decimal 50 198 191 0.75 0 0.04 0.22 177.16 0.6 0.49
Hex 32 C6 BF 4B 0 4 16 B1 3C 31
Octal 62 306 277 113 0 4 26 261 74 61
Binary 110010 11000110 10111111 1001011 0 100 10110 10110001 111100 110001

Color Harmonies of #32C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C6BF

Black with #32C6BF

Text Example


Text Example

White with #32C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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