#32CDCD

Color #32CDCD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #32CDCD

Tints of Medium Turquoise #32CDCD

Color information

#32CDCD (or 0x32CDCD) is unknown color: approx Medium Turquoise. HEX triplet: 32, CD and CD. RGB value is (50,205,205). Sum of RGB (Red+Green+Blue) = 50+205+205=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #32CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDCD is #CD3232. Grayscale: #9E9E9E. Windows color (decimal): -13447731 or 13487410. OLE color: 13487410.

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

Color convert

RGB50205205-
CMYK0.76000.20
HSL180º60.78%50%-
HSV(B)180º75.61%80.39%-
XYZ34.1748.7565.37-
YUV158.66154.1550.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.87%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=10.87%
G=44.57%
B=44.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502052050.76000.2018060.7850
Hex32CDCD4C0014b43d32
Octal6231531511400242647562
Binary11001011001101110011011001100001010010110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32CDCD;
 }
 .AnyTagClassName
 {
   color: #32CDCD;
 }
</style>
background-color css

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

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

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

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

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

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