#31ffe7

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

Shades of Turquoise #31FFE7

Tints of Turquoise #31FFE7

Color information

#31FFE7 (or 0x31FFE7) is unknown color: approx Turquoise. HEX triplet: 31, FF and E7. RGB value is (49,255,231). Sum of RGB (Red+Green+Blue) = 49+255+231=535 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.16% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FFE7 is #CE0018. Grayscale: #BEBEBE. Windows color (decimal): -13500441 or 15204145. OLE color: 15204145.

HSL color Cylindrical-coordinate representation of color #31FFE7: hue angle of 173.01º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFE7 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB49255231-
CMYK0.8100.090
HSL173.01º100%59.61%-
HSV(B)173.01º80.78%100%-
XYZ51.4577.9487.93-
YUV190.67150.7526.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.16%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=9.16%
G=47.66%
B=43.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal492552310.8100.090173.0110059.61
Hex31FFE751090ad643c
Octal61377347121011025514474
Binary11000111111111111001111010001010010101011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ffe7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,255,231); }

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

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

 a { background-color: rgb(49,255,231); }

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

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

 span { border-color: rgb(49,255,231); }

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