#32F1BE

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

Shades of Turquoise #32F1BE

Tints of Turquoise #32F1BE

Color information

#32F1BE (or 0x32F1BE) is unknown color: approx Turquoise. HEX triplet: 32, F1 and BE. RGB value is (50,241,190). Sum of RGB (Red+Green+Blue) = 50+241+190=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #32F1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F1BE is #CD0E41. Grayscale: #B2B2B2. Windows color (decimal): -13438530 or 12513586. OLE color: 12513586.

HSL color Cylindrical-coordinate representation of color #32F1BE: hue angle of 163.98º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F1BE is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB50241190-
CMYK0.7900.210.05
HSL163.98º87.21%57.06%-
HSV(B)163.98º79.25%94.51%-
XYZ42.0667.3159.49-
YUV178.08134.7236.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.40%
GREEN value IS 241 (94.53% from 255) = 50.10%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=10.40%
G=50.10%
B=39.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal502411900.7900.210.05163.9887.2157.06
Hex32F1BE4F0155a45739
Octal62361276117025524412771
Binary11001011110001101111101001111010101101101001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,241,190); }

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

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

 a { background-color: rgb(50,241,190); }

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

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

 span { border-color: rgb(50,241,190); }

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