#32F7B1

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

Shades of Turquoise #32F7B1

Tints of Turquoise #32F7B1

Color information

#32F7B1 (or 0x32F7B1) is unknown color: approx Turquoise. HEX triplet: 32, F7 and B1. RGB value is (50,247,177). Sum of RGB (Red+Green+Blue) = 50+247+177=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #32F7B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F7B1 is #CD084E. Grayscale: #B4B4B4. Windows color (decimal): -13437007 or 11663154. OLE color: 11663154.

HSL color Cylindrical-coordinate representation of color #32F7B1: hue angle of 158.68º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F7B1 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB50247177-
CMYK0.8000.280.03
HSL158.68º92.49%58.24%-
HSV(B)158.68º79.76%96.86%-
XYZ42.5170.3752.94-
YUV180.12126.2335.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.55%
GREEN value IS 247 (96.88% from 255) = 52.11%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=10.55%
G=52.11%
B=37.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal502471770.8000.280.03158.6892.4958.24
Hex32F7B15001C39f5c3a
Octal62367261120034323713472
Binary1100101111011110110001101000001110011100111111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,247,177); }

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

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

 a { background-color: rgb(50,247,177); }

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

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

 span { border-color: rgb(50,247,177); }

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