#31F5BB

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

Shades of Turquoise #31F5BB

Tints of Turquoise #31F5BB

Color information

#31F5BB (or 0x31F5BB) is unknown color: approx Turquoise. HEX triplet: 31, F5 and BB. RGB value is (49,245,187). Sum of RGB (Red+Green+Blue) = 49+245+187=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #31F5BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F5BB is #CE0A44. Grayscale: #B3B3B3. Windows color (decimal): -13503045 or 12318001. OLE color: 12318001.

HSL color Cylindrical-coordinate representation of color #31F5BB: hue angle of 162.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F5BB is Cyan = 0.8, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB49245187-
CMYK0.800.240.04
HSL162.24º90.74%57.65%-
HSV(B)162.24º80%96.08%-
XYZ42.8969.5558.18-
YUV179.78132.0734.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.19%
GREEN value IS 245 (96.09% from 255) = 50.94%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=10.19%
G=50.94%
B=38.88%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492451870.800.240.04162.2490.7457.65
Hex31F5BB500184a25b3a
Octal61365273120030424213372
Binary11000111110101101110111010000011000100101000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31F5BB; }

 p { color: rgb(49,245,187); }

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

<style>
 a { background-color: #31F5BB; }

 a { background-color: rgb(49,245,187); }

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

<style>
 span { border-color: #31F5BB; }

 span { border-color: rgb(49,245,187); }

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