#31F5ED

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

Shades of Turquoise #31F5ED

Tints of Turquoise #31F5ED

Color information

#31F5ED (or 0x31F5ED) is unknown color: approx Turquoise. HEX triplet: 31, F5 and ED. RGB value is (49,245,237). Sum of RGB (Red+Green+Blue) = 49+245+237=531 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.23% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #31F5ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F5ED is #CE0A12. Grayscale: #B9B9B9. Windows color (decimal): -13502995 or 15594801. OLE color: 15594801.

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

Color convert

RGB49245237-
CMYK0.800.030.04
HSL177.55º90.74%57.65%-
HSV(B)177.55º80%96.08%-
XYZ49.2172.0791.44-
YUV185.48157.0730.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.23%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=9.23%
G=46.14%
B=44.63%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492452370.800.030.04177.5590.7457.65
Hex31F5ED50034b25b3a
Octal6136535512003426213372
Binary11000111110101111011011010000011100101100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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