#31e5d2

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

Shades of Turquoise #31E5D2

Tints of Turquoise #31E5D2

Color information

#31E5D2 (or 0x31E5D2) is unknown color: approx Turquoise. HEX triplet: 31, E5 and D2. RGB value is (49,229,210). Sum of RGB (Red+Green+Blue) = 49+229+210=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5D2 is #CE1A2D. Grayscale: #ACACAC. Windows color (decimal): -13507118 or 13821233. OLE color: 13821233.

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

Color convert

RGB49229210-
CMYK0.7900.080.10
HSL173.67º77.59%54.51%-
HSV(B)173.67º78.6%89.8%-
XYZ40.9261.3470.66-
YUV173.01148.8739.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.04%
GREEN value IS 229 (89.84% from 255) = 46.93%
BLUE value IS 210 (82.42% from 255) = 43.03%
R=10.04%
G=46.93%
B=43.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492292100.7900.080.10173.6777.5954.51
Hex31E5D24F08Aae4e37
Octal613453221170101225611667
Binary11000111100101110100101001111010001010101011101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31e5d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,229,210); }

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

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

 a { background-color: rgb(49,229,210); }

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

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

 span { border-color: rgb(49,229,210); }

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