#31E0B4

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

Shades of Turquoise #31E0B4

Tints of Turquoise #31E0B4

Color information

#31E0B4 (or 0x31E0B4) is unknown color: approx Turquoise. HEX triplet: 31, E0 and B4. RGB value is (49,224,180). Sum of RGB (Red+Green+Blue) = 49+224+180=453 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.82% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #31E0B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E0B4 is #CE1F4B. Grayscale: #A6A6A6. Windows color (decimal): -13508428 or 11853873. OLE color: 11853873.

HSL color Cylindrical-coordinate representation of color #31E0B4: hue angle of 164.91º 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 #31E0B4 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB49224180-
CMYK0.7800.200.12
HSL164.91º73.84%53.53%-
HSV(B)164.91º78.12%87.84%-
XYZ36.1657.2652.33-
YUV166.66135.5244.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.82%
GREEN value IS 224 (87.89% from 255) = 49.45%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=10.82%
G=49.45%
B=39.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492241800.7800.200.12164.9173.8453.53
Hex31E0B44E014Ca54a36
Octal613402641160241424511266
Binary110001111000001011010010011100101001100101001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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