#31D8C5

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

Shades of Turquoise #31D8C5

Tints of Turquoise #31D8C5

Color information

#31D8C5 (or 0x31D8C5) is unknown color: approx Turquoise. HEX triplet: 31, D8 and C5. RGB value is (49,216,197). Sum of RGB (Red+Green+Blue) = 49+216+197=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #31D8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D8C5 is #CE273A. Grayscale: #A3A3A3. Windows color (decimal): -13510459 or 12965937. OLE color: 12965937.

HSL color Cylindrical-coordinate representation of color #31D8C5: hue angle of 173.17º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D8C5 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB49216197-
CMYK0.7700.090.15
HSL173.17º68.16%51.96%-
HSV(B)173.17º77.31%84.71%-
XYZ35.953.861.31-
YUV163.9146.6746.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.61%
GREEN value IS 216 (84.77% from 255) = 46.75%
BLUE value IS 197 (77.34% from 255) = 42.64%
R=10.61%
G=46.75%
B=42.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal492161970.7700.090.15173.1768.1651.96
Hex31D8C54D09Fad4434
Octal613303051150111725510464
Binary11000111011000110001011001101010011111101011011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,216,197); }

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

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

 a { background-color: rgb(49,216,197); }

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

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

 span { border-color: rgb(49,216,197); }

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