#32C7CF

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

Shades of Medium Turquoise #32C7CF

Tints of Medium Turquoise #32C7CF

Color information

#32C7CF (or 0x32C7CF) is unknown color: approx Medium Turquoise. HEX triplet: 32, C7 and CF. RGB value is (50,199,207). Sum of RGB (Red+Green+Blue) = 50+199+207=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #32C7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C7CF is #CD3830. Grayscale: #9B9B9B. Windows color (decimal): -13449265 or 13616946. OLE color: 13616946.

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

Color convert

RGB50199207-
CMYK0.760.0400.19
HSL183.06º62.06%50.39%-
HSV(B)183.06º75.85%81.18%-
XYZ3346.0366.18-
YUV155.36157.1452.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.96%
GREEN value IS 199 (78.12% from 255) = 43.64%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=10.96%
G=43.64%
B=45.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal501992070.760.0400.19183.0662.0650.39
Hex32C7CF4C4013b73e32
Octal6230731711440232677662
Binary1100101100011111001111100110010001001110110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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