Html Css Color HEX #32CDC1 Medium Turquoise

📋 copy color: '#32CDC1'

red 50 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #32CDC1

Tints of Medium Turquoise #32CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 11.16%
G = 45.76%
B = 43.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#32CDC1 (or 0x32CDC1) is known color: Medium Turquoise. HEX triplet: 32, CD and C1. RGB value is (50,205,193). Sum of RGB (Red+Green+Blue) = 50+205+193=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDC1 is #CD323E. Grayscale: #9D9D9D. Windows color (decimal): -13447743 or 12700978. OLE color: 12700978.

HSL color Cylindrical-coordinate representation of color #32CDC1: hue angle of 175.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CDC1 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 193 -
CMYK 0.76 0 0.06 0.20
HSL 175.35º 0.61% 0.5% -
HSV(B) 175.35º 0.76% 0.8% -
XYZ 32.77 48.19 58.03 -
YUV 157.29 148.15 51.48 -
System Red Green Blue C M Y K H S L
Decimal 50 205 193 0.76 0 0.06 0.20 175.35 0.61 0.5
Hex 32 CD C1 4C 0 6 14 AF 3D 32
Octal 62 315 301 114 0 6 24 257 75 62
Binary 110010 11001101 11000001 1001100 0 110 10100 10101111 111101 110010

Color Harmonies of #32CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CDC1

Black with #32CDC1

Text Example


Text Example

White with #32CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,205,193); }

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

background-color css

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

 a { background-color: rgb(50,205,193); }

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

border-color css

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

 span { border-color: rgb(50,205,193); }

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