#31E8DE

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

Shades of Turquoise #31E8DE

Tints of Turquoise #31E8DE

Color information

#31E8DE (or 0x31E8DE) is unknown color: approx Turquoise. HEX triplet: 31, E8 and DE. RGB value is (49,232,222). Sum of RGB (Red+Green+Blue) = 49+232+222=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #31E8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E8DE is #CE1721. Grayscale: #B0B0B0. Windows color (decimal): -13506338 or 14608433. OLE color: 14608433.

HSL color Cylindrical-coordinate representation of color #31E8DE: hue angle of 176.72º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E8DE is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB49232222-
CMYK0.7900.040.09
HSL176.72º79.91%55.1%-
HSV(B)176.72º78.88%90.98%-
XYZ43.3163.6479.11-
YUV176.14153.8737.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.74%
GREEN value IS 232 (91.02% from 255) = 46.12%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=9.74%
G=46.12%
B=44.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal492322220.7900.040.09176.7279.9155.1
Hex31E8DE4F049b15037
Octal61350336117041126112067
Binary1100011110100011011110100111101001001101100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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