#31e1d9

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

Shades of Turquoise #31E1D9

Tints of Turquoise #31E1D9

Color information

#31E1D9 (or 0x31E1D9) is unknown color: approx Turquoise. HEX triplet: 31, E1 and D9. RGB value is (49,225,217). Sum of RGB (Red+Green+Blue) = 49+225+217=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #31E1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E1D9 is #CE1E26. Grayscale: #ABABAB. Windows color (decimal): -13508135 or 14278961. OLE color: 14278961.

HSL color Cylindrical-coordinate representation of color #31E1D9: hue angle of 177.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E1D9 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB49225217-
CMYK0.7800.040.12
HSL177.27º74.58%53.73%-
HSV(B)177.27º78.22%88.24%-
XYZ40.7259.5174.99-
YUV171.46153.6940.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.98%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=9.98%
G=45.82%
B=44.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492252170.7800.040.12177.2774.5853.73
Hex31E1D94E04Cb14b36
Octal61341331116041426111366
Binary1100011110000111011001100111001001100101100011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31e1d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,225,217); }

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

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

 a { background-color: rgb(49,225,217); }

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

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

 span { border-color: rgb(49,225,217); }

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