#31C2C4

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

Shades of Medium Turquoise #31C2C4

Tints of Medium Turquoise #31C2C4

Color information

#31C2C4 (or 0x31C2C4) is unknown color: approx Medium Turquoise. HEX triplet: 31, C2 and C4. RGB value is (49,194,196). Sum of RGB (Red+Green+Blue) = 49+194+196=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #31C2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C2C4 is #CE3D3B. Grayscale: #969696. Windows color (decimal): -13516092 or 12894769. OLE color: 12894769.

HSL color Cylindrical-coordinate representation of color #31C2C4: hue angle of 180.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C2C4 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB49194196-
CMYK0.750.0100.23
HSL180.82º60%48.04%-
HSV(B)180.82º75%76.86%-
XYZ30.5243.2258.96-
YUV150.87153.4655.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.16%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=11.16%
G=44.19%
B=44.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491941960.750.0100.23180.826048.04
Hex31C2C44B1017b53c30
Octal6130230411310272657460
Binary11000111000010110001001001011101011110110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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