#31E5D1

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

Shades of Turquoise #31E5D1

Tints of Turquoise #31E5D1

Color information

#31E5D1 (or 0x31E5D1) is unknown color: approx Turquoise. HEX triplet: 31, E5 and D1. RGB value is (49,229,209). Sum of RGB (Red+Green+Blue) = 49+229+209=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5D1 is #CE1A2E. Grayscale: #ACACAC. Windows color (decimal): -13507119 or 13755697. OLE color: 13755697.

HSL color Cylindrical-coordinate representation of color #31E5D1: hue angle of 173.33º 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 #31E5D1 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB49229209-
CMYK0.7900.090.10
HSL173.33º77.59%54.51%-
HSV(B)173.33º78.6%89.8%-
XYZ40.7961.370-
YUV172.9148.3739.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.06%
GREEN value IS 229 (89.84% from 255) = 47.02%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=10.06%
G=47.02%
B=42.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492292090.7900.090.10173.3377.5954.51
Hex31E5D14F09Aad4e37
Octal613453211170111225511667
Binary11000111100101110100011001111010011010101011011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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