Html Css Color HEX #32CDCC Medium Turquoise

📋 copy color: '#32CDCC'

red 50 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #32CDCC

Tints of Medium Turquoise #32CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 10.89%
G = 44.66%
B = 44.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#32CDCC (or 0x32CDCC) is known color: Medium Turquoise. HEX triplet: 32, CD and CC. RGB value is (50,205,204). Sum of RGB (Red+Green+Blue) = 50+205+204=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDCC is #CD3233. Grayscale: #9E9E9E. Windows color (decimal): -13447732 or 13421874. OLE color: 13421874.

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

Color convert

RGB 50 205 204 -
CMYK 0.76 0 0.00 0.20
HSL 179.61º 0.61% 0.5% -
HSV(B) 179.61º 0.76% 0.8% -
XYZ 34.05 48.7 64.73 -
YUV 158.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 50 205 204 0.76 0 0.00 0.20 179.61 0.61 0.5
Hex 32 CD CC 4C 0 0 14 B4 3D 32
Octal 62 315 314 114 0 0 24 264 75 62
Binary 110010 11001101 11001100 1001100 0 0 10100 10110100 111101 110010

Color Harmonies of #32CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CDCC

Black with #32CDCC

Text Example


Text Example

White with #32CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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