#31F4BE

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

Shades of Turquoise #31F4BE

Tints of Turquoise #31F4BE

Color information

#31F4BE (or 0x31F4BE) is unknown color: approx Turquoise. HEX triplet: 31, F4 and BE. RGB value is (49,244,190). Sum of RGB (Red+Green+Blue) = 49+244+190=483 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.14% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #31F4BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F4BE is #CE0B41. Grayscale: #B3B3B3. Windows color (decimal): -13503298 or 12514353. OLE color: 12514353.

HSL color Cylindrical-coordinate representation of color #31F4BE: hue angle of 163.38º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F4BE is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB49244190-
CMYK0.8000.220.04
HSL163.38º89.86%57.45%-
HSV(B)163.38º79.92%95.69%-
XYZ42.9169.0759.79-
YUV179.54133.934.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.14%
GREEN value IS 244 (95.70% from 255) = 50.52%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=10.14%
G=50.52%
B=39.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492441900.8000.220.04163.3889.8657.45
Hex31F4BE500164a35a39
Octal61364276120026424313271
Binary11000111110100101111101010000010110100101000111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,244,190); }

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

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

 a { background-color: rgb(49,244,190); }

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

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

 span { border-color: rgb(49,244,190); }

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