#31F5EA

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

Shades of Turquoise #31F5EA

Tints of Turquoise #31F5EA

Color information

#31F5EA (or 0x31F5EA) is unknown color: approx Turquoise. HEX triplet: 31, F5 and EA. RGB value is (49,245,234). Sum of RGB (Red+Green+Blue) = 49+245+234=528 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.28% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #31F5EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F5EA is #CE0A15. Grayscale: #B8B8B8. Windows color (decimal): -13502998 or 15398193. OLE color: 15398193.

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

Color convert

RGB49245234-
CMYK0.800.040.04
HSL176.63º90.74%57.65%-
HSV(B)176.63º80%96.08%-
XYZ48.7771.989.15-
YUV185.14155.5730.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.28%
GREEN value IS 245 (96.09% from 255) = 46.40%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=9.28%
G=46.40%
B=44.32%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492452340.800.040.04176.6390.7457.65
Hex31F5EA50044b15b3a
Octal6136535212004426113372
Binary110001111101011110101010100000100100101100011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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