#31D1E2

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

Shades of Turquoise #31D1E2

Tints of Turquoise #31D1E2

Color information

#31D1E2 (or 0x31D1E2) is unknown color: approx Turquoise. HEX triplet: 31, D1 and E2. RGB value is (49,209,226). Sum of RGB (Red+Green+Blue) = 49+209+226=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #31D1E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D1E2 is #CE2E1D. Grayscale: #A2A2A2. Windows color (decimal): -13512222 or 14864689. OLE color: 14864689.

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

Color convert

RGB49209226-
CMYK0.780.0800.11
HSL185.76º75.32%53.92%-
HSV(B)185.76º78.32%88.63%-
XYZ37.7951.7479.95-
YUV163.1163.4946.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.12%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 226 (88.67% from 255) = 46.69%
R=10.12%
G=43.18%
B=46.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal492092260.780.0800.11185.7675.3253.92
Hex31D1E24E80Bba4b36
Octal613213421161001327211366
Binary11000111010001111000101001110100001011101110101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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