#32FBB4

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

Shades of Turquoise #32FBB4

Tints of Turquoise #32FBB4

Color information

#32FBB4 (or 0x32FBB4) is unknown color: approx Turquoise. HEX triplet: 32, FB and B4. RGB value is (50,251,180). Sum of RGB (Red+Green+Blue) = 50+251+180=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBB4 is #CD044B. Grayscale: #B6B6B6. Windows color (decimal): -13435980 or 11860786. OLE color: 11860786.

HSL color Cylindrical-coordinate representation of color #32FBB4: hue angle of 158.81º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FBB4 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB50251180-
CMYK0.8000.280.02
HSL158.81º96.17%59.02%-
HSV(B)158.81º80.08%98.43%-
XYZ44.0572.9754.94-
YUV182.81126.4133.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.40%
GREEN value IS 251 (98.44% from 255) = 52.18%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=10.40%
G=52.18%
B=37.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal502511800.8000.280.02158.8196.1759.02
Hex32FBB45001C29f603b
Octal62373264120034223714073
Binary1100101111101110110100101000001110010100111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,251,180); }

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

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

 a { background-color: rgb(50,251,180); }

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

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

 span { border-color: rgb(50,251,180); }

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