Html Css Color HEX #32CDC6 Medium Turquoise

📋 copy color: '#32CDC6'

red 50 ◦ green 205 ◦ blue 198

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

Shades of Medium Turquoise #32CDC6

Tints of Medium Turquoise #32CDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 11.04%
G = 45.25%
B = 43.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#32CDC6 (or 0x32CDC6) is known color: Medium Turquoise. HEX triplet: 32, CD and C6. RGB value is (50,205,198). Sum of RGB (Red+Green+Blue) = 50+205+198=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDC6 is #CD3239. Grayscale: #9D9D9D. Windows color (decimal): -13447738 or 13028658. OLE color: 13028658.

HSL color Cylindrical-coordinate representation of color #32CDC6: hue angle of 177.29º 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 #32CDC6 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 198 -
CMYK 0.76 0 0.03 0.20
HSL 177.29º 0.61% 0.5% -
HSV(B) 177.29º 0.76% 0.8% -
XYZ 33.34 48.42 61.01 -
YUV 157.86 150.65 51.07 -
System Red Green Blue C M Y K H S L
Decimal 50 205 198 0.76 0 0.03 0.20 177.29 0.61 0.5
Hex 32 CD C6 4C 0 3 14 B1 3D 32
Octal 62 315 306 114 0 3 24 261 75 62
Binary 110010 11001101 11000110 1001100 0 11 10100 10110001 111101 110010

Color Harmonies of #32CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CDC6

Black with #32CDC6

Text Example


Text Example

White with #32CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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