#31F7CF

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

Shades of Turquoise #31F7CF

Tints of Turquoise #31F7CF

Color information

#31F7CF (or 0x31F7CF) is unknown color: approx Turquoise. HEX triplet: 31, F7 and CF. RGB value is (49,247,207). Sum of RGB (Red+Green+Blue) = 49+247+207=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #31F7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F7CF is #CE0830. Grayscale: #B7B7B7. Windows color (decimal): -13502513 or 13629233. OLE color: 13629233.

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

Color convert

RGB49247207-
CMYK0.8000.160.03
HSL167.88º92.52%58.04%-
HSV(B)167.88º80.16%96.86%-
XYZ45.7971.6870.45-
YUV183.24141.432.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.74%
GREEN value IS 247 (96.88% from 255) = 49.11%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=9.74%
G=49.11%
B=41.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal492472070.8000.160.03167.8892.5258.04
Hex31F7CF500103a85d3a
Octal61367317120020325013572
Binary1100011111011111001111101000001000011101010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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