#31DED8

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

Shades of Turquoise #31DED8

Tints of Turquoise #31DED8

Color information

#31DED8 (or 0x31DED8) is unknown color: approx Turquoise. HEX triplet: 31, DE and D8. RGB value is (49,222,216). Sum of RGB (Red+Green+Blue) = 49+222+216=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #31DED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DED8 is #CE2127. Grayscale: #A9A9A9. Windows color (decimal): -13508904 or 14212657. OLE color: 14212657.

HSL color Cylindrical-coordinate representation of color #31DED8: hue angle of 177.92º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DED8 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB49222216-
CMYK0.7800.030.13
HSL177.92º72.38%53.14%-
HSV(B)177.92º77.93%87.06%-
XYZ39.7857.8574.04-
YUV169.59154.1941.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.06%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=10.06%
G=45.59%
B=44.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal492222160.7800.030.13177.9272.3853.14
Hex31DED84E03Db24835
Octal61336330116031526211065
Binary110001110111101101100010011100111101101100101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,222,216); }

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

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

 a { background-color: rgb(49,222,216); }

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

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

 span { border-color: rgb(49,222,216); }

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