#31E6DE

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

Shades of Turquoise #31E6DE

Tints of Turquoise #31E6DE

Color information

#31E6DE (or 0x31E6DE) is unknown color: approx Turquoise. HEX triplet: 31, E6 and DE. RGB value is (49,230,222). Sum of RGB (Red+Green+Blue) = 49+230+222=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6DE is #CE1921. Grayscale: #AEAEAE. Windows color (decimal): -13506850 or 14607921. OLE color: 14607921.

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

Color convert

RGB49230222-
CMYK0.7900.030.10
HSL177.35º78.35%54.71%-
HSV(B)177.35º78.7%90.2%-
XYZ42.7562.5278.92-
YUV174.97154.5338.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.78%
GREEN value IS 230 (90.23% from 255) = 45.91%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=9.78%
G=45.91%
B=44.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492302220.7900.030.10177.3578.3554.71
Hex31E6DE4F03Ab14e37
Octal61346336117031226111667
Binary110001111001101101111010011110111010101100011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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