#31F4C8

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

Shades of Turquoise #31F4C8

Tints of Turquoise #31F4C8

Color information

#31F4C8 (or 0x31F4C8) is unknown color: approx Turquoise. HEX triplet: 31, F4 and C8. RGB value is (49,244,200). Sum of RGB (Red+Green+Blue) = 49+244+200=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #31F4C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F4C8 is #CE0B37. Grayscale: #B4B4B4. Windows color (decimal): -13503288 or 13169713. OLE color: 13169713.

HSL color Cylindrical-coordinate representation of color #31F4C8: hue angle of 166.46º 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 #31F4C8 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB49244200-
CMYK0.8000.180.04
HSL166.46º89.86%57.45%-
HSV(B)166.46º79.92%95.69%-
XYZ44.0469.5265.74-
YUV180.68138.934.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.94%
GREEN value IS 244 (95.70% from 255) = 49.49%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=9.94%
G=49.49%
B=40.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492442000.8000.180.04166.4689.8657.45
Hex31F4C8500124a65a39
Octal61364310120022424613271
Binary11000111110100110010001010000010010100101001101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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