#31F5B5

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

Shades of Turquoise #31F5B5

Tints of Turquoise #31F5B5

Color information

#31F5B5 (or 0x31F5B5) is unknown color: approx Turquoise. HEX triplet: 31, F5 and B5. RGB value is (49,245,181). Sum of RGB (Red+Green+Blue) = 49+245+181=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #31F5B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F5B5 is #CE0A4A. Grayscale: #B3B3B3. Windows color (decimal): -13503051 or 11924785. OLE color: 11924785.

HSL color Cylindrical-coordinate representation of color #31F5B5: hue angle of 160.41º 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 #31F5B5 is Cyan = 0.8, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB49245181-
CMYK0.800.260.04
HSL160.41º90.74%57.65%-
HSV(B)160.41º80%96.08%-
XYZ42.2669.2954.86-
YUV179.1129.0735.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.32%
GREEN value IS 245 (96.09% from 255) = 51.58%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=10.32%
G=51.58%
B=38.11%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492451810.800.260.04160.4190.7457.65
Hex31F5B55001A4a05b3a
Octal61365265120032424013372
Binary11000111110101101101011010000011010100101000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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