#31c4c8

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

Shades of Medium Turquoise #31C4C8

Tints of Medium Turquoise #31C4C8

Color information

#31C4C8 (or 0x31C4C8) is unknown color: approx Medium Turquoise. HEX triplet: 31, C4 and C8. RGB value is (49,196,200). Sum of RGB (Red+Green+Blue) = 49+196+200=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #31C4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C4C8 is #CE3B37. Grayscale: #989898. Windows color (decimal): -13515576 or 13157425. OLE color: 13157425.

HSL color Cylindrical-coordinate representation of color #31C4C8: hue angle of 181.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C4C8 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49196200-
CMYK0.760.0200.22
HSL181.59º60.64%48.82%-
HSV(B)181.59º75.5%78.43%-
XYZ31.4344.361.54-
YUV152.5154.854.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.01%
GREEN value IS 196 (76.95% from 255) = 44.04%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=11.01%
G=44.04%
B=44.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491962000.760.0200.22181.5960.6448.82
Hex31C4C84C2016b63d31
Octal6130431011420262667561
Binary110001110001001100100010011001001011010110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c4c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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