#32C9CF

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

Shades of Medium Turquoise #32C9CF

Tints of Medium Turquoise #32C9CF

Color information

#32C9CF (or 0x32C9CF) is unknown color: approx Medium Turquoise. HEX triplet: 32, C9 and CF. RGB value is (50,201,207). Sum of RGB (Red+Green+Blue) = 50+201+207=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #32C9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C9CF is #CD3630. Grayscale: #9C9C9C. Windows color (decimal): -13448753 or 13617458. OLE color: 13617458.

HSL color Cylindrical-coordinate representation of color #32C9CF: hue angle of 182.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32C9CF is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB50201207-
CMYK0.760.0300.19
HSL182.29º62.06%50.39%-
HSV(B)182.29º75.85%81.18%-
XYZ33.4646.9666.33-
YUV156.54156.4752.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.92%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=10.92%
G=43.89%
B=45.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal502012070.760.0300.19182.2962.0650.39
Hex32C9CF4C3013b63e32
Octal6231131711430232667662
Binary110010110010011100111110011001101001110110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,201,207); }

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

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

 a { background-color: rgb(50,201,207); }

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

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

 span { border-color: rgb(50,201,207); }

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