#31EAE4

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

Shades of Turquoise #31EAE4

Tints of Turquoise #31EAE4

Color information

#31EAE4 (or 0x31EAE4) is unknown color: approx Turquoise. HEX triplet: 31, EA and E4. RGB value is (49,234,228). Sum of RGB (Red+Green+Blue) = 49+234+228=511 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.59% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #31EAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EAE4 is #CE151B. Grayscale: #B1B1B1. Windows color (decimal): -13505820 or 15002161. OLE color: 15002161.

HSL color Cylindrical-coordinate representation of color #31EAE4: hue angle of 178.05º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EAE4 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB49234228-
CMYK0.7900.030.08
HSL178.05º81.5%55.49%-
HSV(B)178.05º79.06%91.76%-
XYZ44.6965.183.61-
YUV178156.2135.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.59%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 228 (89.45% from 255) = 44.62%
R=9.59%
G=45.79%
B=44.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492342280.7900.030.08178.0581.555.49
Hex31EAE44F038b25137
Octal61352344117031026212167
Binary110001111010101110010010011110111000101100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,234,228); }

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

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

 a { background-color: rgb(49,234,228); }

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

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

 span { border-color: rgb(49,234,228); }

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