#32F8BB

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

Shades of Turquoise #32F8BB

Tints of Turquoise #32F8BB

Color information

#32F8BB (or 0x32F8BB) is unknown color: approx Turquoise. HEX triplet: 32, F8 and BB. RGB value is (50,248,187). Sum of RGB (Red+Green+Blue) = 50+248+187=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #32F8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F8BB is #CD0744. Grayscale: #B5B5B5. Windows color (decimal): -13436741 or 12318770. OLE color: 12318770.

HSL color Cylindrical-coordinate representation of color #32F8BB: hue angle of 161.52º degrees, saturation: 0.93, 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 #32F8BB is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB50248187-
CMYK0.8000.250.03
HSL161.52º93.4%58.43%-
HSV(B)161.52º79.84%97.25%-
XYZ43.8571.458.48-
YUV181.84130.933.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.31%
GREEN value IS 248 (97.27% from 255) = 51.13%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=10.31%
G=51.13%
B=38.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal502481870.8000.250.03161.5293.458.43
Hex32F8BB500193a25d3a
Octal62370273120031324213572
Binary1100101111100010111011101000001100111101000101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,248,187); }

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

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

 a { background-color: rgb(50,248,187); }

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

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

 span { border-color: rgb(50,248,187); }

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