#32CBC3

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

Shades of Medium Turquoise #32CBC3

Tints of Medium Turquoise #32CBC3

Color information

#32CBC3 (or 0x32CBC3) is unknown color: approx Medium Turquoise. HEX triplet: 32, CB and C3. RGB value is (50,203,195). Sum of RGB (Red+Green+Blue) = 50+203+195=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #32CBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBC3 is #CD343C. Grayscale: #9C9C9C. Windows color (decimal): -13448253 or 12831538. OLE color: 12831538.

HSL color Cylindrical-coordinate representation of color #32CBC3: hue angle of 176.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CBC3 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB50203195-
CMYK0.7500.040.20
HSL176.86º60.47%49.61%-
HSV(B)176.86º75.37%79.61%-
XYZ32.5247.3359.05-
YUV156.34149.8152.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.16%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 195 (76.56% from 255) = 43.53%
R=11.16%
G=45.31%
B=43.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502031950.7500.040.20176.8660.4749.61
Hex32CBC34B0414b13c32
Octal6231330311304242617462
Binary1100101100101111000011100101101001010010110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,203,195); }

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

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

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

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

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

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

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