#31EAD5

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

Shades of Turquoise #31EAD5

Tints of Turquoise #31EAD5

Color information

#31EAD5 (or 0x31EAD5) is unknown color: approx Turquoise. HEX triplet: 31, EA and D5. RGB value is (49,234,213). Sum of RGB (Red+Green+Blue) = 49+234+213=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #31EAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EAD5 is #CE152A. Grayscale: #B0B0B0. Windows color (decimal): -13505835 or 14019121. OLE color: 14019121.

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

Color convert

RGB49234213-
CMYK0.7900.090.08
HSL173.19º81.5%55.49%-
HSV(B)173.19º79.06%91.76%-
XYZ42.764.373.11-
YUV176.29148.7137.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.88%
GREEN value IS 234 (91.80% from 255) = 47.18%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=9.88%
G=47.18%
B=42.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492342130.7900.090.08173.1981.555.49
Hex31EAD54F098ad5137
Octal613523251170111025512167
Binary11000111101010110101011001111010011000101011011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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