#32C2C8

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

Shades of Medium Turquoise #32C2C8

Tints of Medium Turquoise #32C2C8

Color information

#32C2C8 (or 0x32C2C8) is unknown color: approx Medium Turquoise. HEX triplet: 32, C2 and C8. RGB value is (50,194,200). Sum of RGB (Red+Green+Blue) = 50+194+200=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #32C2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2C8 is #CD3D37. Grayscale: #979797. Windows color (decimal): -13450552 or 13156914. OLE color: 13156914.

HSL color Cylindrical-coordinate representation of color #32C2C8: hue angle of 182.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C2C8 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50194200-
CMYK0.750.0300.22
HSL182.4º60%49.02%-
HSV(B)182.4º75%78.43%-
XYZ31.0343.4361.39-
YUV151.63155.2955.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.26%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=11.26%
G=43.69%
B=45.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501942000.750.0300.22182.46049.02
Hex32C2C84B3016b63c31
Octal6230231011330262667461
Binary110010110000101100100010010111101011010110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,194,200); }

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

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

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

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

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

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

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