#32CCCD

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

Shades of Medium Turquoise #32CCCD

Tints of Medium Turquoise #32CCCD

Color information

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

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

Color convert

RGB50204205-
CMYK0.760.0000.20
HSL180.39º60.78%50%-
HSV(B)180.39º75.61%80.39%-
XYZ33.9348.2765.29-
YUV158.07154.4850.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.89%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=10.89%
G=44.44%
B=44.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502042050.760.0000.20180.3960.7850
Hex32CCCD4C0014b43d32
Octal6231431511400242647562
Binary11001011001100110011011001100001010010110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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