Html Css Color HEX #32C7C4 Medium Turquoise

📋 copy color: '#32C7C4'

red 50 ◦ green 199 ◦ blue 196

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

Shades of Medium Turquoise #32C7C4

Tints of Medium Turquoise #32C7C4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.72%

 BLUE value IS 196 (76.95% from 255) = 44.04%

R = 11.24%
G = 44.72%
B = 44.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#32C7C4 (or 0x32C7C4) is known color: Medium Turquoise. HEX triplet: 32, C7 and C4. RGB value is (50,199,196). Sum of RGB (Red+Green+Blue) = 50+199+196=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #32C7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C7C4 is #CD383B. Grayscale: #999999. Windows color (decimal): -13449276 or 12896050. OLE color: 12896050.

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

Color convert

RGB 50 199 196 -
CMYK 0.75 0 0.02 0.22
HSL 178.79º 0.6% 0.49% -
HSV(B) 178.79º 0.75% 0.78% -
XYZ 31.7 45.51 59.34 -
YUV 154.11 151.64 53.74 -
System Red Green Blue C M Y K H S L
Decimal 50 199 196 0.75 0 0.02 0.22 178.79 0.6 0.49
Hex 32 C7 C4 4B 0 2 16 B3 3C 31
Octal 62 307 304 113 0 2 26 263 74 61
Binary 110010 11000111 11000100 1001011 0 10 10110 10110011 111100 110001

Color Harmonies of #32C7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C7C4

Black with #32C7C4

Text Example


Text Example

White with #32C7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,199,196); }

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

background-color css

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

 a { background-color: rgb(50,199,196); }

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

border-color css

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

 span { border-color: rgb(50,199,196); }

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