#32cddd

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

Shades of Medium Turquoise #32CDDD

Tints of Medium Turquoise #32CDDD

Color information

#32CDDD (or 0x32CDDD) is unknown color: approx Medium Turquoise. HEX triplet: 32, CD and DD. RGB value is (50,205,221). Sum of RGB (Red+Green+Blue) = 50+205+221=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #32CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDDD is #CD3222. Grayscale: #A0A0A0. Windows color (decimal): -13447715 or 14535986. OLE color: 14535986.

HSL color Cylindrical-coordinate representation of color #32CDDD: hue angle of 185.61º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CDDD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB50205221-
CMYK0.770.0700.13
HSL185.61º71.55%53.14%-
HSV(B)185.61º77.38%86.67%-
XYZ36.249.5676.07-
YUV160.48162.1549.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.50%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=10.50%
G=43.07%
B=46.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal502052210.770.0700.13185.6171.5553.14
Hex32CDDD4D70Dba4835
Octal62315335115701527211065
Binary1100101100110111011101100110111101101101110101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32cddd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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