#32CCD9

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

Shades of Medium Turquoise #32CCD9

Tints of Medium Turquoise #32CCD9

Color information

#32CCD9 (or 0x32CCD9) is unknown color: approx Medium Turquoise. HEX triplet: 32, CC and D9. RGB value is (50,204,217). Sum of RGB (Red+Green+Blue) = 50+204+217=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #32CCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCD9 is #CD3326. Grayscale: #9F9F9F. Windows color (decimal): -13447975 or 14273586. OLE color: 14273586.

HSL color Cylindrical-coordinate representation of color #32CCD9: hue angle of 184.67º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CCD9 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB50204217-
CMYK0.770.0600.15
HSL184.67º68.72%52.35%-
HSV(B)184.67º76.96%85.1%-
XYZ35.4348.8773.21-
YUV159.44160.4849.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.62%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=10.62%
G=43.31%
B=46.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal502042170.770.0600.15184.6768.7252.35
Hex32CCD94D60Fb94534
Octal62314331115601727110564
Binary1100101100110011011001100110111001111101110011000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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