#31F8C2

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

Shades of Turquoise #31F8C2

Tints of Turquoise #31F8C2

Color information

#31F8C2 (or 0x31F8C2) is unknown color: approx Turquoise. HEX triplet: 31, F8 and C2. RGB value is (49,248,194). Sum of RGB (Red+Green+Blue) = 49+248+194=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #31F8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F8C2 is #CE073D. Grayscale: #B6B6B6. Windows color (decimal): -13502270 or 12777521. OLE color: 12777521.

HSL color Cylindrical-coordinate representation of color #31F8C2: hue angle of 163.72º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F8C2 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB49248194-
CMYK0.8000.220.03
HSL163.72º93.43%58.24%-
HSV(B)163.72º80.24%97.25%-
XYZ44.5771.6862.53-
YUV182.34134.5732.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.98%
GREEN value IS 248 (97.27% from 255) = 50.51%
BLUE value IS 194 (76.17% from 255) = 39.51%
R=9.98%
G=50.51%
B=39.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal492481940.8000.220.03163.7293.4358.24
Hex31F8C2500163a45d3a
Octal61370302120026324413572
Binary1100011111100011000010101000001011011101001001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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