#31CFB7

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

Shades of Medium Turquoise #31CFB7

Tints of Medium Turquoise #31CFB7

Color information

#31CFB7 (or 0x31CFB7) is unknown color: approx Medium Turquoise. HEX triplet: 31, CF and B7. RGB value is (49,207,183). Sum of RGB (Red+Green+Blue) = 49+207+183=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFB7 is #CE3048. Grayscale: #9C9C9C. Windows color (decimal): -13512777 or 12046129. OLE color: 12046129.

HSL color Cylindrical-coordinate representation of color #31CFB7: hue angle of 170.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFB7 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB49207183-
CMYK0.7600.120.19
HSL170.89º62.2%50.2%-
HSV(B)170.89º76.33%81.18%-
XYZ32.1348.752.51-
YUV157.02142.6550.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.16%
GREEN value IS 207 (81.25% from 255) = 47.15%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=11.16%
G=47.15%
B=41.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal492071830.7600.120.19170.8962.250.2
Hex31CFB74C0C13ab3e32
Octal61317267114014232537662
Binary11000111001111101101111001100011001001110101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,207,183); }

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

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

 a { background-color: rgb(49,207,183); }

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

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

 span { border-color: rgb(49,207,183); }

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