#31BEC4

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

Shades of Medium Turquoise #31BEC4

Tints of Medium Turquoise #31BEC4

Color information

#31BEC4 (or 0x31BEC4) is unknown color: approx Medium Turquoise. HEX triplet: 31, BE and C4. RGB value is (49,190,196). Sum of RGB (Red+Green+Blue) = 49+190+196=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #31BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEC4 is #CE413B. Grayscale: #949494. Windows color (decimal): -13517116 or 12893745. OLE color: 12893745.

HSL color Cylindrical-coordinate representation of color #31BEC4: hue angle of 182.45º 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 #31BEC4 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB49190196-
CMYK0.750.0300.23
HSL182.45º60%48.04%-
HSV(B)182.45º75%76.86%-
XYZ29.6441.4758.67-
YUV148.52154.7957.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.26%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 196 (76.95% from 255) = 45.06%
R=11.26%
G=43.68%
B=45.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491901960.750.0300.23182.456048.04
Hex31BEC44B3017b63c30
Octal6127630411330272667460
Binary110001101111101100010010010111101011110110110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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