#31E0B5

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

Shades of Turquoise #31E0B5

Tints of Turquoise #31E0B5

Color information

#31E0B5 (or 0x31E0B5) is unknown color: approx Turquoise. HEX triplet: 31, E0 and B5. RGB value is (49,224,181). Sum of RGB (Red+Green+Blue) = 49+224+181=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #31E0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E0B5 is #CE1F4A. Grayscale: #A6A6A6. Windows color (decimal): -13508427 or 11919409. OLE color: 11919409.

HSL color Cylindrical-coordinate representation of color #31E0B5: hue angle of 165.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E0B5 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB49224181-
CMYK0.7800.190.12
HSL165.26º73.84%53.53%-
HSV(B)165.26º78.12%87.84%-
XYZ36.2657.352.86-
YUV166.77136.0244-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.79%
GREEN value IS 224 (87.89% from 255) = 49.34%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=10.79%
G=49.34%
B=39.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492241810.7800.190.12165.2673.8453.53
Hex31E0B54E013Ca54a36
Octal613402651160231424511266
Binary110001111000001011010110011100100111100101001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,224,181); }

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

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

 a { background-color: rgb(49,224,181); }

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

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

 span { border-color: rgb(49,224,181); }

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