#31E9DF

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

Shades of Turquoise #31E9DF

Tints of Turquoise #31E9DF

Color information

#31E9DF (or 0x31E9DF) is unknown color: approx Turquoise. HEX triplet: 31, E9 and DF. RGB value is (49,233,223). Sum of RGB (Red+Green+Blue) = 49+233+223=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #31E9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E9DF is #CE1620. Grayscale: #B0B0B0. Windows color (decimal): -13506081 or 14674225. OLE color: 14674225.

HSL color Cylindrical-coordinate representation of color #31E9DF: hue angle of 176.74º degrees, saturation: 0.81, 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 #31E9DF is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB49233223-
CMYK0.7900.040.09
HSL176.74º80.7%55.29%-
HSV(B)176.74º78.97%91.37%-
XYZ43.7264.2679.91-
YUV176.84154.0436.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.70%
GREEN value IS 233 (91.41% from 255) = 46.14%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=9.70%
G=46.14%
B=44.16%

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
Decimal492332230.7900.040.09176.7480.755.29
Hex31E9DF4F049b15137
Octal61351337117041126112167
Binary1100011110100111011111100111101001001101100011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,233,223); }

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

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

 a { background-color: rgb(49,233,223); }

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

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

 span { border-color: rgb(49,233,223); }

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